#DDC7E2

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

Shades of Snuff #DDC7E2

Tints of Snuff #DDC7E2

Color information

#DDC7E2 (or 0xDDC7E2) is unknown color: approx Snuff. HEX triplet: DD, C7 and E2. RGB value is (221,199,226). Sum of RGB (Red+Green+Blue) = 221+199+226=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDC7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7E2 is #22381D. Grayscale: #D0D0D0. Windows color (decimal): -2242590 or 14862301. OLE color: 14862301.

HSL color Cylindrical-coordinate representation of color #DDC7E2: hue angle of 288.89º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC7E2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221199226-
CMYK0.020.1200.11
HSL288.89º31.76%83.33%-
HSV(B)288.89º11.95%88.63%-
XYZ63.9761.7180.49-
YUV208.66137.79136.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 199 (78.12% from 255) = 30.80%
BLUE value IS 226 (88.67% from 255) = 34.98%
R=34.21%
G=30.80%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211992260.020.1200.11288.8931.7683.33
HexDDC7E22C0B1212053
Octal33530734221401344140123
Binary110111011100011111100010101100010111001000011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7E2; }

 p { color: rgb(221,199,226); }

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

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

 a { background-color: rgb(221,199,226); }

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

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

 span { border-color: rgb(221,199,226); }

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