#DDCCDE

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

Shades of Snuff #DDCCDE

Tints of Snuff #DDCCDE

Color information

#DDCCDE (or 0xDDCCDE) is unknown color: approx Snuff. HEX triplet: DD, CC and DE. RGB value is (221,204,222). Sum of RGB (Red+Green+Blue) = 221+204+222=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDE is #223321. Grayscale: #D3D3D3. Windows color (decimal): -2241314 or 14601437. OLE color: 14601437.

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

Color convert

RGB221204222-
CMYK0.000.0800.13
HSL296.67º21.43%83.53%-
HSV(B)296.67º8.11%87.06%-
XYZ64.663.8378.02-
YUV211.14134.13135.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=34.16%
G=31.53%
B=34.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212042220.000.0800.13296.6721.4383.53
HexDDCCDE080D1291554
Octal33531433601001545125124
Binary1101110111001100110111100100001101100101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCDE; }

 p { color: rgb(221,204,222); }

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

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

 a { background-color: rgb(221,204,222); }

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

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

 span { border-color: rgb(221,204,222); }

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