#DDCFDE

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

Shades of Snuff #DDCFDE

Tints of Snuff #DDCFDE

Color information

#DDCFDE (or 0xDDCFDE) is unknown color: approx Snuff. HEX triplet: DD, CF and DE. RGB value is (221,207,222). Sum of RGB (Red+Green+Blue) = 221+207+222=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFDE is #223021. Grayscale: #D4D4D4. Windows color (decimal): -2240546 or 14602205. OLE color: 14602205.

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

Color convert

RGB221207222-
CMYK0.000.0700.13
HSL296º18.52%84.12%-
HSV(B)296º6.76%87.06%-
XYZ65.3265.2778.26-
YUV212.9133.14133.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=34%
G=31.85%
B=34.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212072220.000.0700.1329618.5284.12
HexDDCFDE070D1281354
Octal3353173360701545023124
Binary110111011100111111011110011101101100101000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFDE; }

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

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

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

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

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

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

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

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