Color Hex Logo

#ffd5db Color Hex

#FFD5DB
(255,213,219)
1 Favorites   0 Comments

Color spaces of #ffd5db

RGB 255213219
HSL0.981.000.92
HSV351°16°100°
CMYK 0.000.160.14   0.00
XYZ77.820473.963077.1925
Yxy73.96300.33990.3230
Hunter Lab86.001711.01626.9844
CIE-Lab88.905015.58182.5363

#ffd5db color RGB value is (255,213,219).

#ffd5db hex color red value is 255, green value is 213 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ffd5db hue: 0.98 , saturation: 1.00 and the lightness value of ffd5db is 0.92.

The process color (four color CMYK) of #ffd5db color hex is 0.00, 0.16, 0.14, 0.00. Web safe color of #ffd5db is #ffcccc. Color #ffd5db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 11011011
Octal 377 325 333
Decimal 255 213 219
Hex FF D5 DB

RGB Percentages of Color #ffd5db

%37.12
%31.00
%31.88

CMYK Percentages of Color #ffd5db

%0
%16
%14
%0

Triadic Colors of #ffd5db

#ffd5db #dbffd5 #d5dbff

Analogous Colors of #ffd5db

#ffd5db #ffe4d5 #ffd5f0

Monochromatic Colors of #ffd5db

#ffd5db

Complementary Color

#ffd5db #d5fff9

#ffd5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd5db Color CSS Codes

.mybgcolor {background-color:#ffd5db; } 
.myforecolor {color:#ffd5db; }
.mybordercolor {border:3px solid #ffd5db; }

#ffd5db Text Font Color

<p style="color:#ffd5db">Text here</p>

This sample text font color is #ffd5db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffd5db Background Color

<div style="background-color:#ffd5db">
Div content here</div>

This div background color is #ffd5db


#ffd5db Border Color

<div style="border:3px solid #ffd5db">
Div here</div>

This div border color is #ffd5db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,213,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffd5db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffd5db;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd5db;
  box-shadow:         1px 1px 3px 2px #ffd5db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,213,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffd5db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd5db;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd5db;
  box-shadow:         1px 1px 3px 2px #ffd5db;">
Div content here</div>

This div box has shadow with color #ffd5db


Comments

No comments written yet.

Please login to write comment.