#DDCCEC

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

Shades of Fog #DDCCEC

Tints of Fog #DDCCEC

Color information

#DDCCEC (or 0xDDCCEC) is unknown color: approx Fog. HEX triplet: DD, CC and EC. RGB value is (221,204,236). Sum of RGB (Red+Green+Blue) = 221+204+236=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCEC is #223313. Grayscale: #D4D4D4. Windows color (decimal): -2241300 or 15518941. OLE color: 15518941.

HSL color Cylindrical-coordinate representation of color #DDCCEC: hue angle of 271.88º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCCEC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221204236-
CMYK0.060.1400.07
HSL271.88º45.71%86.27%-
HSV(B)271.88º13.56%92.55%-
XYZ66.5564.6188.32-
YUV212.73141.13133.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=33.43%
G=30.86%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212042360.060.1400.07271.8845.7186.27
HexDDCCEC6E071102e56
Octal3353143546160742056126
Binary110111011100110011101100110111001111000100001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCEC; }

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

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

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

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

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

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

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

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