#DDCEF3

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

Shades of Fog #DDCEF3

Tints of Fog #DDCEF3

Color information

#DDCEF3 (or 0xDDCEF3) is unknown color: approx Fog. HEX triplet: DD, CE and F3. RGB value is (221,206,243). Sum of RGB (Red+Green+Blue) = 221+206+243=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF3 is #22310C. Grayscale: #D6D6D6. Windows color (decimal): -2240781 or 15978205. OLE color: 15978205.

HSL color Cylindrical-coordinate representation of color #DDCEF3: hue angle of 264.32º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCEF3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221206243-
CMYK0.090.1500.05
HSL264.32º60.66%88.04%-
HSV(B)264.32º15.23%95.29%-
XYZ68.0765.9993.94-
YUV214.7143.97132.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=32.99%
G=30.75%
B=36.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212062430.090.1500.05264.3260.6688.04
HexDDCEF39F051083d58
Octal33531636311170541075130
Binary1101110111001110111100111001111101011000010001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEF3; }

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

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

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

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

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

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

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

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