#DFCAE3

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

Shades of Snuff #DFCAE3

Tints of Snuff #DFCAE3

Color information

#DFCAE3 (or 0xDFCAE3) is unknown color: approx Snuff. HEX triplet: DF, CA and E3. RGB value is (223,202,227). Sum of RGB (Red+Green+Blue) = 223+202+227=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAE3 is #20351C. Grayscale: #D3D3D3. Windows color (decimal): -2110749 or 14928607. OLE color: 14928607.

HSL color Cylindrical-coordinate representation of color #DFCAE3: hue angle of 290.4º degrees, saturation: 0.31, 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 #DFCAE3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223202227-
CMYK0.020.1100.11
HSL290.4º30.86%84.12%-
HSV(B)290.4º11.01%89.02%-
XYZ65.4263.4881.48-
YUV211.13136.96136.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=34.20%
G=30.98%
B=34.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232022270.020.1100.11290.430.8684.12
HexDFCAE32B0B1221f54
Octal33731234321301344237124
Binary11011111110010101110001110101101011100100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAE3; }

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

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

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

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

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

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

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

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