#DDCFE0

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

Shades of Snuff #DDCFE0

Tints of Snuff #DDCFE0

Color information

#DDCFE0 (or 0xDDCFE0) is unknown color: approx Snuff. HEX triplet: DD, CF and E0. RGB value is (221,207,224). Sum of RGB (Red+Green+Blue) = 221+207+224=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFE0 is #22301F. Grayscale: #D5D5D5. Windows color (decimal): -2240544 or 14733277. OLE color: 14733277.

HSL color Cylindrical-coordinate representation of color #DDCFE0: hue angle of 289.41º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCFE0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221207224-
CMYK0.010.0800.12
HSL289.41º21.52%84.51%-
HSV(B)289.41º7.59%87.84%-
XYZ65.5965.3879.68-
YUV213.12134.14133.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=33.90%
G=31.75%
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.12
SystemRedGreenBlueCMYKHSL
Decimal2212072240.010.0800.12289.4121.5284.51
HexDDCFE0180C1211655
Octal33531734011001444126125
Binary1101110111001111111000001100001100100100001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFE0; }

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

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

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

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

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

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

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

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