#DFCAD3

Color #DFCAD3 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DFCAD3

Tints of Prim #DFCAD3

Color information

#DFCAD3 (or 0xDFCAD3) is unknown color: approx Prim. HEX triplet: DF, CA and D3. RGB value is (223,202,211). Sum of RGB (Red+Green+Blue) = 223+202+211=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAD3 is #20352C. Grayscale: #D1D1D1. Windows color (decimal): -2110765 or 13880031. OLE color: 13880031.

HSL color Cylindrical-coordinate representation of color #DFCAD3: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCAD3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB223202211-
CMYK00.090.050.13
HSL334.29º24.71%83.33%-
HSV(B)334.29º9.42%87.45%-
XYZ63.3162.6370.38-
YUV209.3128.96137.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=35.06%
G=31.76%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320221100.090.050.13334.2924.7183.33
HexDFCAD3095D14e1953
Octal33731232301151551631123
Binary110111111100101011010011010011011101101001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAD3; }

 p { color: rgb(223,202,211); }

 H1.HeaderClassName
 {
   color: #DFCAD3;
 }
 .AnyTagClassName
 {
   color: #DFCAD3;
 }
</style>
background-color css

<style>
 a { background-color: #DFCAD3; }

 a { background-color: rgb(223,202,211); }

 div.DivClassName
 {
   background-color: #DFCAD3;
 }
 .BgClassName
 {
   background-color: #DFCAD3;
 }
</style>
border-color css

<style>
 span { border-color: #DFCAD3; }

 span { border-color: rgb(223,202,211); }

 td.TdClassName
 {
   border-color: #DFCAD3;
 }
 .TagClassName
 {
   border-color: #DFCAD3;
 }
</style>