#DCCBE0

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

Shades of Snuff #DCCBE0

Tints of Snuff #DCCBE0

Color information

#DCCBE0 (or 0xDCCBE0) is unknown color: approx Snuff. HEX triplet: DC, CB and E0. RGB value is (220,203,224). Sum of RGB (Red+Green+Blue) = 220+203+224=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBE0 is #23341F. Grayscale: #D2D2D2. Windows color (decimal): -2307104 or 14732252. OLE color: 14732252.

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

Color convert

RGB220203224-
CMYK0.020.0900.12
HSL288.57º25.3%83.73%-
HSV(B)288.57º9.38%87.84%-
XYZ64.3363.3179.35-
YUV210.48135.63134.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=34.00%
G=31.38%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202032240.020.0900.12288.5725.383.73
HexDCCBE0290C1211954
Octal33431334021101444131124
Binary11011100110010111110000010100101100100100001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBE0; }

 p { color: rgb(220,203,224); }

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

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

 a { background-color: rgb(220,203,224); }

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

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

 span { border-color: rgb(220,203,224); }

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