#DDCEF7

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

Shades of Fog #DDCEF7

Tints of Fog #DDCEF7

Color information

#DDCEF7 (or 0xDDCEF7) is unknown color: approx Fog. HEX triplet: DD, CE and F7. RGB value is (221,206,247). Sum of RGB (Red+Green+Blue) = 221+206+247=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDCEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF7 is #223108. Grayscale: #D7D7D7. Windows color (decimal): -2240777 or 16240349. OLE color: 16240349.

HSL color Cylindrical-coordinate representation of color #DDCEF7: hue angle of 261.95º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCEF7 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221206247-
CMYK0.110.1700.03
HSL261.95º71.93%88.82%-
HSV(B)261.95º16.6%96.86%-
XYZ68.6866.2397.16-
YUV215.16145.97132.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=32.79%
G=30.56%
B=36.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212062470.110.1700.03261.9571.9388.82
HexDDCEF7B11031064859
Octal335316367132103406110131
Binary11011101110011101111011110111000101110000011010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEF7; }

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

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

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

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

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

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

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

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