#DDCBE0

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

Shades of Snuff #DDCBE0

Tints of Snuff #DDCBE0

Color information

#DDCBE0 (or 0xDDCBE0) is unknown color: approx Snuff. HEX triplet: DD, CB and E0. RGB value is (221,203,224). Sum of RGB (Red+Green+Blue) = 221+203+224=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBE0 is #22341F. Grayscale: #D2D2D2. Windows color (decimal): -2241568 or 14732253. OLE color: 14732253.

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

Color convert

RGB221203224-
CMYK0.010.0900.12
HSL291.43º25.3%83.73%-
HSV(B)291.43º9.38%87.84%-
XYZ64.6363.4779.36-
YUV210.78135.46135.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=34.10%
G=31.33%
B=34.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212032240.010.0900.12291.4325.383.73
HexDDCBE0190C1231954
Octal33531334011101444331124
Binary1101110111001011111000001100101100100100011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBE0; }

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

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

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

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

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

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

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

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