Color Hex Logo

#ffd1db Color Hex

#FFD1DB
(255,209,219)
0 Favorites   0 Comments

Color spaces of #ffd1db

RGB 255209219
HSL0.961.000.91
HSV347°18°100°
CMYK 0.000.180.14   0.00
XYZ76.826671.975476.8613
Yxy71.97540.34040.3190
Hunter Lab84.838313.17635.6716
CIE-Lab87.956717.66941.1568

#ffd1db color RGB value is (255,209,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 11011011
Octal 377 321 333
Decimal 255 209 219
Hex FF D1 DB

RGB Percentages of Color #ffd1db

%37.34
%30.60
%32.06

CMYK Percentages of Color #ffd1db

%0
%18
%14
%0

Triadic Colors of #ffd1db

#ffd1db #dbffd1 #d1dbff

Analogous Colors of #ffd1db

#ffd1db #ffded1 #ffd1f2

Monochromatic Colors of #ffd1db

#ffd1db

Complementary Color

#ffd1db #d1fff5

#ffd1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd1db Color CSS Codes

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

#ffd1db Text Font Color

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

This sample text font color is #ffd1db
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.


#ffd1db Background Color

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

This div background color is #ffd1db


#ffd1db Border Color

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

This div border color is #ffd1db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,209,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 #ffd1db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd1db

Related Colors

#ffd1db Color Palettes


Comments

No comments written yet.

Please login to write comment.