#DDC9EB

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

Shades of Fog #DDC9EB

Tints of Fog #DDC9EB

Color information

#DDC9EB (or 0xDDC9EB) is unknown color: approx Fog. HEX triplet: DD, C9 and EB. RGB value is (221,201,235). Sum of RGB (Red+Green+Blue) = 221+201+235=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9EB is #223614. Grayscale: #D2D2D2. Windows color (decimal): -2242069 or 15452637. OLE color: 15452637.

HSL color Cylindrical-coordinate representation of color #DDC9EB: hue angle of 275.29º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC9EB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221201235-
CMYK0.060.1400.08
HSL275.29º45.95%85.49%-
HSV(B)275.29º14.47%92.16%-
XYZ65.763.1487.32-
YUV210.86141.63135.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 201 (78.91% from 255) = 30.59%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=33.64%
G=30.59%
B=35.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212012350.060.1400.08275.2945.9585.49
HexDDC9EB6E081132e55
Octal33531135361601042356125
Binary1101110111001001111010111101110010001000100111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9EB; }

 p { color: rgb(221,201,235); }

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

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

 a { background-color: rgb(221,201,235); }

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

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

 span { border-color: rgb(221,201,235); }

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