#DFCAD2

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

Shades of Prim #DFCAD2

Tints of Prim #DFCAD2

Color information

#DFCAD2 (or 0xDFCAD2) is unknown color: approx Prim. HEX triplet: DF, CA and D2. RGB value is (223,202,210). Sum of RGB (Red+Green+Blue) = 223+202+210=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAD2 is #20352D. Grayscale: #D1D1D1. Windows color (decimal): -2110766 or 13814495. OLE color: 13814495.

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

Color convert

RGB223202210-
CMYK00.090.060.13
HSL337.14º24.71%83.33%-
HSV(B)337.14º9.42%87.45%-
XYZ63.1862.5869.72-
YUV209.19128.46137.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=35.12%
G=31.81%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320221000.090.060.13337.1424.7183.33
HexDFCAD2096D1511953
Octal33731232201161552131123
Binary110111111100101011010010010011101101101010001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAD2; }

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

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

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

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

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

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

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

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