#DCCAE0

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

Shades of Snuff #DCCAE0

Tints of Snuff #DCCAE0

Color information

#DCCAE0 (or 0xDCCAE0) is unknown color: approx Snuff. HEX triplet: DC, CA and E0. RGB value is (220,202,224). Sum of RGB (Red+Green+Blue) = 220+202+224=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE0 is #23351F. Grayscale: #D1D1D1. Windows color (decimal): -2307360 or 14731996. OLE color: 14731996.

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

Color convert

RGB220202224-
CMYK0.020.1000.12
HSL289.09º26.19%83.53%-
HSV(B)289.09º9.82%87.84%-
XYZ64.0962.8479.27-
YUV209.89135.96135.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=34.06%
G=31.27%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202022240.020.1000.12289.0926.1983.53
HexDCCAE02A0C1211a54
Octal33431234021201444132124
Binary11011100110010101110000010101001100100100001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAE0; }

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

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

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

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

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

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

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

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