#DDCEF6

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

Shades of Fog #DDCEF6

Tints of Fog #DDCEF6

Color information

#DDCEF6 (or 0xDDCEF6) is unknown color: approx Fog. HEX triplet: DD, CE and F6. RGB value is (221,206,246). Sum of RGB (Red+Green+Blue) = 221+206+246=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF6 is #223109. Grayscale: #D6D6D6. Windows color (decimal): -2240778 or 16174813. OLE color: 16174813.

HSL color Cylindrical-coordinate representation of color #DDCEF6: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCEF6 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221206246-
CMYK0.100.1600.04
HSL262.5º68.97%88.63%-
HSV(B)262.5º16.26%96.47%-
XYZ68.5266.1796.35-
YUV215.04145.47132.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=32.84%
G=30.61%
B=36.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212062460.100.1600.04262.568.9788.63
HexDDCEF6A10041064559
Octal335316366122004406105131
Binary110111011100111011110110101010000010010000011010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEF6; }

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

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

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

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

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

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

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

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