Color Hex Logo

#ffd3db Color Hex

#FFD3DB
(255,211,219)
0 Favorites   0 Comments

Color spaces of #ffd3db

RGB 255211219
HSL0.971.000.91
HSV349°17°100°
CMYK 0.000.170.14   0.00
XYZ77.320472.963077.0259
Yxy72.96300.34020.3210
Hunter Lab85.418412.09546.3282
CIE-Lab88.430116.62501.8459

#ffd3db color RGB value is (255,211,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 11011011
Octal 377 323 333
Decimal 255 211 219
Hex FF D3 DB

RGB Percentages of Color #ffd3db

%37.23
%30.80
%31.97

CMYK Percentages of Color #ffd3db

%0
%17
%14
%0

Triadic Colors of #ffd3db

#ffd3db #dbffd3 #d3dbff

Analogous Colors of #ffd3db

#ffd3db #ffe1d3 #ffd3f1

Monochromatic Colors of #ffd3db

#ffd3db

Complementary Color

#ffd3db #d3fff7

#ffd3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd3db Color CSS Codes

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

#ffd3db Text Font Color

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

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


#ffd3db Background Color

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

This div background color is #ffd3db


#ffd3db Border Color

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

This div border color is #ffd3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd3db

Related Colors


Comments

No comments written yet.

Please login to write comment.