#DDCCDF

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

Shades of Snuff #DDCCDF

Tints of Snuff #DDCCDF

Color information

#DDCCDF (or 0xDDCCDF) is unknown color: approx Snuff. HEX triplet: DD, CC and DF. RGB value is (221,204,223). Sum of RGB (Red+Green+Blue) = 221+204+223=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDF is #223320. Grayscale: #D3D3D3. Windows color (decimal): -2241313 or 14666973. OLE color: 14666973.

HSL color Cylindrical-coordinate representation of color #DDCCDF: hue angle of 293.68º 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 #DDCCDF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221204223-
CMYK0.010.0900.13
HSL293.68º22.89%83.73%-
HSV(B)293.68º8.52%87.45%-
XYZ64.7363.8978.73-
YUV211.25134.63134.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=34.10%
G=31.48%
B=34.41%

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
Decimal2212042230.010.0900.13293.6822.8983.73
HexDDCCDF190D1261754
Octal33531433711101544627124
Binary1101110111001100110111111100101101100100110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCDF; }

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

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

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

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

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

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

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

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