#DCCCDF

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

Shades of Snuff #DCCCDF

Tints of Snuff #DCCCDF

Color information

#DCCCDF (or 0xDCCCDF) is unknown color: approx Snuff. HEX triplet: DC, CC and DF. RGB value is (220,204,223). Sum of RGB (Red+Green+Blue) = 220+204+223=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCDF is #233320. Grayscale: #D2D2D2. Windows color (decimal): -2306849 or 14666972. OLE color: 14666972.

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

Color convert

RGB220204223-
CMYK0.010.0900.13
HSL290.53º22.89%83.73%-
HSV(B)290.53º8.52%87.45%-
XYZ64.4363.7378.72-
YUV210.95134.8134.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=34.00%
G=31.53%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202042230.010.0900.13290.5322.8983.73
HexDCCCDF190D1231754
Octal33431433711101544327124
Binary1101110011001100110111111100101101100100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCDF; }

 p { color: rgb(220,204,223); }

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

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

 a { background-color: rgb(220,204,223); }

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

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

 span { border-color: rgb(220,204,223); }

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