#DFCAE2

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

Shades of Snuff #DFCAE2

Tints of Snuff #DFCAE2

Color information

#DFCAE2 (or 0xDFCAE2) is unknown color: approx Snuff. HEX triplet: DF, CA and E2. RGB value is (223,202,226). Sum of RGB (Red+Green+Blue) = 223+202+226=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAE2 is #20351D. Grayscale: #D2D2D2. Windows color (decimal): -2110750 or 14863071. OLE color: 14863071.

HSL color Cylindrical-coordinate representation of color #DFCAE2: hue angle of 292.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCAE2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223202226-
CMYK0.010.1100.11
HSL292.5º29.27%83.92%-
HSV(B)292.5º10.62%88.63%-
XYZ65.2863.4280.75-
YUV211.02136.46136.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=34.25%
G=31.03%
B=34.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232022260.010.1100.11292.529.2783.92
HexDFCAE21B0B1241d54
Octal33731234211301344435124
Binary1101111111001010111000101101101011100100100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAE2; }

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

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

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

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

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

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

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

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