#DCCEDE

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

Shades of Snuff #DCCEDE

Tints of Snuff #DCCEDE

Color information

#DCCEDE (or 0xDCCEDE) is unknown color: approx Snuff. HEX triplet: DC, CE and DE. RGB value is (220,206,222). Sum of RGB (Red+Green+Blue) = 220+206+222=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEDE is #233121. Grayscale: #D3D3D3. Windows color (decimal): -2306338 or 14601948. OLE color: 14601948.

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

Color convert

RGB220206222-
CMYK0.010.0700.13
HSL292.5º19.51%83.92%-
HSV(B)292.5º7.21%87.06%-
XYZ64.7764.6378.17-
YUV212.01133.64133.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=33.95%
G=31.79%
B=34.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202062220.010.0700.13292.519.5183.92
HexDCCEDE170D1241454
Octal3343163361701544424124
Binary110111001100111011011110111101101100100100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEDE; }

 p { color: rgb(220,206,222); }

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

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

 a { background-color: rgb(220,206,222); }

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

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

 span { border-color: rgb(220,206,222); }

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