#DDC0EF

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

Shades of Fog #DDC0EF

Tints of Fog #DDC0EF

Color information

#DDC0EF (or 0xDDC0EF) is unknown color: approx Fog. HEX triplet: DD, C0 and EF. RGB value is (221,192,239). Sum of RGB (Red+Green+Blue) = 221+192+239=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0EF is #223F10. Grayscale: #CDCDCD. Windows color (decimal): -2244369 or 15712477. OLE color: 15712477.

HSL color Cylindrical-coordinate representation of color #DDC0EF: hue angle of 277.02º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDC0EF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221192239-
CMYK0.080.2000.06
HSL277.02º59.49%84.51%-
HSV(B)277.02º19.67%93.73%-
XYZ64.2559.389.72-
YUV206.03146.61138.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 192 (75.39% from 255) = 29.45%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=33.90%
G=29.45%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211922390.080.2000.06277.0259.4984.51
HexDDC0EF814061153b55
Octal33530035710240642573125
Binary11011101110000001110111110001010001101000101011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0EF; }

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

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

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

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

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

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

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

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