#DDCEE0

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

Shades of Snuff #DDCEE0

Tints of Snuff #DDCEE0

Color information

#DDCEE0 (or 0xDDCEE0) is unknown color: approx Snuff. HEX triplet: DD, CE and E0. RGB value is (221,206,224). Sum of RGB (Red+Green+Blue) = 221+206+224=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEE0 is #22311F. Grayscale: #D4D4D4. Windows color (decimal): -2240800 or 14733021. OLE color: 14733021.

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

Color convert

RGB221206224-
CMYK0.010.0800.12
HSL290º22.5%84.31%-
HSV(B)290º8.04%87.84%-
XYZ65.3464.979.6-
YUV212.54134.47134.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=33.95%
G=31.64%
B=34.41%

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
Decimal2212062240.010.0800.1229022.584.31
HexDDCEE0180C1221654
Octal33531634011001444226124
Binary1101110111001110111000001100001100100100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEE0; }

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

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

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

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

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

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

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

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