#DDC0EE

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

Shades of Fog #DDC0EE

Tints of Fog #DDC0EE

Color information

#DDC0EE (or 0xDDC0EE) is unknown color: approx Fog. HEX triplet: DD, C0 and EE. RGB value is (221,192,238). Sum of RGB (Red+Green+Blue) = 221+192+238=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0EE is #223F11. Grayscale: #CDCDCD. Windows color (decimal): -2244370 or 15646941. OLE color: 15646941.

HSL color Cylindrical-coordinate representation of color #DDC0EE: hue angle of 277.83º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC0EE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221192238-
CMYK0.070.1900.07
HSL277.83º57.5%84.31%-
HSV(B)277.83º19.33%93.33%-
XYZ64.159.2488.95-
YUV205.92146.11138.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 192 (75.39% from 255) = 29.49%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=33.95%
G=29.49%
B=36.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211922380.070.1900.07277.8357.584.31
HexDDC0EE713071163a54
Octal3353003567230742672124
Binary1101110111000000111011101111001101111000101101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0EE; }

 p { color: rgb(221,192,238); }

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

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

 a { background-color: rgb(221,192,238); }

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

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

 span { border-color: rgb(221,192,238); }

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