#DDCEF9

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

Shades of Fog #DDCEF9

Tints of Fog #DDCEF9

Color information

#DDCEF9 (or 0xDDCEF9) is unknown color: approx Fog. HEX triplet: DD, CE and F9. RGB value is (221,206,249). Sum of RGB (Red+Green+Blue) = 221+206+249=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDCEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF9 is #223106. Grayscale: #D7D7D7. Windows color (decimal): -2240775 or 16371421. OLE color: 16371421.

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

Color convert

RGB221206249-
CMYK0.110.1700.02
HSL260.93º78.18%89.22%-
HSV(B)260.93º17.27%97.65%-
XYZ68.9966.3598.79-
YUV215.39146.97132-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=32.69%
G=30.47%
B=36.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212062490.110.1700.02260.9378.1889.22
HexDDCEF9B11021054e59
Octal335316371132102405116131
Binary11011101110011101111100110111000101010000010110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEF9; }

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

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

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

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

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

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

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

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