#DFCAD4

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

Shades of Prim #DFCAD4

Tints of Prim #DFCAD4

Color information

#DFCAD4 (or 0xDFCAD4) is unknown color: approx Prim. HEX triplet: DF, CA and D4. RGB value is (223,202,212). Sum of RGB (Red+Green+Blue) = 223+202+212=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAD4 is #20352B. Grayscale: #D1D1D1. Windows color (decimal): -2110764 or 13945567. OLE color: 13945567.

HSL color Cylindrical-coordinate representation of color #DFCAD4: hue angle of 331.43º 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 #DFCAD4 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB223202212-
CMYK00.090.050.13
HSL331.43º24.71%83.33%-
HSV(B)331.43º9.42%87.45%-
XYZ63.4462.6871.04-
YUV209.42129.46137.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=35.01%
G=31.71%
B=33.28%

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
Decimal22320221200.090.050.13331.4324.7183.33
HexDFCAD4095D14b1953
Octal33731232401151551331123
Binary110111111100101011010100010011011101101001011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAD4; }

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

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

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

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

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

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

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

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