#DDCCE1

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

Shades of Snuff #DDCCE1

Tints of Snuff #DDCCE1

Color information

#DDCCE1 (or 0xDDCCE1) is unknown color: approx Snuff. HEX triplet: DD, CC and E1. RGB value is (221,204,225). Sum of RGB (Red+Green+Blue) = 221+204+225=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCE1 is #22331E. Grayscale: #D3D3D3. Windows color (decimal): -2241311 or 14798045. OLE color: 14798045.

HSL color Cylindrical-coordinate representation of color #DDCCE1: hue angle of 288.57º degrees, saturation: 0.26, 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 #DDCCE1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221204225-
CMYK0.020.0900.12
HSL288.57º25.93%84.12%-
HSV(B)288.57º9.33%88.24%-
XYZ6563.9980.16-
YUV211.48135.63134.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=34%
G=31.38%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212042250.020.0900.12288.5725.9384.12
HexDDCCE1290C1211a54
Octal33531434121101444132124
Binary11011101110011001110000110100101100100100001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCE1; }

 p { color: rgb(221,204,225); }

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

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

 a { background-color: rgb(221,204,225); }

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

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

 span { border-color: rgb(221,204,225); }

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