#DDCDDF

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

Shades of Snuff #DDCDDF

Tints of Snuff #DDCDDF

Color information

#DDCDDF (or 0xDDCDDF) is unknown color: approx Snuff. HEX triplet: DD, CD and DF. RGB value is (221,205,223). Sum of RGB (Red+Green+Blue) = 221+205+223=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDF is #223220. Grayscale: #D3D3D3. Windows color (decimal): -2241057 or 14667229. OLE color: 14667229.

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

Color convert

RGB221205223-
CMYK0.010.0800.13
HSL293.33º21.95%83.92%-
HSV(B)293.33º8.07%87.45%-
XYZ64.9764.3678.81-
YUV211.84134.3134.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 223 (87.5% from 255) = 34.36%
R=34.05%
G=31.59%
B=34.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212052230.010.0800.13293.3321.9583.92
HexDDCDDF180D1251654
Octal33531533711001544526124
Binary1101110111001101110111111100001101100100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDDF; }

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

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

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

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

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

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

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

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