#DFCEE3

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

Shades of Snuff #DFCEE3

Tints of Snuff #DFCEE3

Color information

#DFCEE3 (or 0xDFCEE3) is unknown color: approx Snuff. HEX triplet: DF, CE and E3. RGB value is (223,206,227). Sum of RGB (Red+Green+Blue) = 223+206+227=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEE3 is #20311C. Grayscale: #D5D5D5. Windows color (decimal): -2109725 or 14929631. OLE color: 14929631.

HSL color Cylindrical-coordinate representation of color #DFCEE3: hue angle of 288.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCEE3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223206227-
CMYK0.020.0900.11
HSL288.57º27.27%84.9%-
HSV(B)288.57º9.25%89.02%-
XYZ66.3765.3881.79-
YUV213.48135.63134.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=33.99%
G=31.40%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232062270.020.0900.11288.5727.2784.9
HexDFCEE3290B1211b55
Octal33731634321101344133125
Binary11011111110011101110001110100101011100100001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEE3; }

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

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

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

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

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

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

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

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