#DFCAE0

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

Shades of Snuff #DFCAE0

Tints of Snuff #DFCAE0

Color information

#DFCAE0 (or 0xDFCAE0) is unknown color: approx Snuff. HEX triplet: DF, CA and E0. RGB value is (223,202,224). Sum of RGB (Red+Green+Blue) = 223+202+224=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAE0 is #20351F. Grayscale: #D2D2D2. Windows color (decimal): -2110752 or 14731999. OLE color: 14731999.

HSL color Cylindrical-coordinate representation of color #DFCAE0: hue angle of 297.27º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCAE0 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223202224-
CMYK0.000.1000.12
HSL297.27º26.19%83.53%-
HSV(B)297.27º9.82%87.84%-
XYZ65.0163.3179.32-
YUV210.79135.46136.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=34.36%
G=31.12%
B=34.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232022240.000.1000.12297.2726.1983.53
HexDFCAE00A0C1291a54
Octal33731234001201445132124
Binary1101111111001010111000000101001100100101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAE0; }

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

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

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

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

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

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

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

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