#DDC0ED

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

Shades of Fog #DDC0ED

Tints of Fog #DDC0ED

Color information

#DDC0ED (or 0xDDC0ED) is unknown color: approx Fog. HEX triplet: DD, C0 and ED. RGB value is (221,192,237). Sum of RGB (Red+Green+Blue) = 221+192+237=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0ED is #223F12. Grayscale: #CDCDCD. Windows color (decimal): -2244371 or 15581405. OLE color: 15581405.

HSL color Cylindrical-coordinate representation of color #DDC0ED: hue angle of 278.67º degrees, saturation: 0.56, 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 #DDC0ED is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221192237-
CMYK0.070.1900.07
HSL278.67º55.56%84.12%-
HSV(B)278.67º18.99%92.94%-
XYZ63.9559.1988.17-
YUV205.8145.61138.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=34%
G=29.54%
B=36.46%

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
Decimal2211922370.070.1900.07278.6755.5684.12
HexDDC0ED713071173854
Octal3353003557230742770124
Binary1101110111000000111011011111001101111000101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0ED; }

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

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

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

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

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

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

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

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