#DDCEFB

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

Shades of Fog #DDCEFB

Tints of Fog #DDCEFB

Color information

#DDCEFB (or 0xDDCEFB) is unknown color: approx Fog. HEX triplet: DD, CE and FB. RGB value is (221,206,251). Sum of RGB (Red+Green+Blue) = 221+206+251=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDCEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEFB is #223104. Grayscale: #D7D7D7. Windows color (decimal): -2240773 or 16502493. OLE color: 16502493.

HSL color Cylindrical-coordinate representation of color #DDCEFB: hue angle of 260º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCEFB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221206251-
CMYK0.120.1800.02
HSL260º84.91%89.61%-
HSV(B)260º17.93%98.43%-
XYZ69.366.48100.45-
YUV215.61147.97131.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=32.60%
G=30.38%
B=37.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212062510.120.1800.0226084.9189.61
HexDDCEFBC1202104555a
Octal335316373142202404125132
Binary11011101110011101111101111001001001010000010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEFB; }

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

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

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

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

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

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

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

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