#DDCEF4

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

Shades of Fog #DDCEF4

Tints of Fog #DDCEF4

Color information

#DDCEF4 (or 0xDDCEF4) is unknown color: approx Fog. HEX triplet: DD, CE and F4. RGB value is (221,206,244). Sum of RGB (Red+Green+Blue) = 221+206+244=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF4 is #22310B. Grayscale: #D6D6D6. Windows color (decimal): -2240780 or 16043741. OLE color: 16043741.

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

Color convert

RGB221206244-
CMYK0.090.1600.04
HSL263.68º63.33%88.24%-
HSV(B)263.68º15.57%95.69%-
XYZ68.2266.0594.74-
YUV214.82144.47132.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 244 (95.70% from 255) = 36.36%
R=32.94%
G=30.70%
B=36.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212062440.090.1600.04263.6863.3388.24
HexDDCEF4910041083f58
Octal33531636411200441077130
Binary11011101110011101111010010011000001001000010001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEF4; }

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

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

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

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

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

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

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

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