#DDC0F0

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

Shades of Fog #DDC0F0

Tints of Fog #DDC0F0

Color information

#DDC0F0 (or 0xDDC0F0) is unknown color: approx Fog. HEX triplet: DD, C0 and F0. RGB value is (221,192,240). Sum of RGB (Red+Green+Blue) = 221+192+240=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDC0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0F0 is #223F0F. Grayscale: #CDCDCD. Windows color (decimal): -2244368 or 15778013. OLE color: 15778013.

HSL color Cylindrical-coordinate representation of color #DDC0F0: hue angle of 276.25º degrees, saturation: 0.62, 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 #DDC0F0 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221192240-
CMYK0.080.2000.06
HSL276.25º61.54%84.71%-
HSV(B)276.25º20%94.12%-
XYZ64.459.3690.5-
YUV206.14147.11138.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 192 (75.39% from 255) = 29.40%
BLUE value IS 240 (94.14% from 255) = 36.75%
R=33.84%
G=29.40%
B=36.75%

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
Decimal2211922400.080.2000.06276.2561.5484.71
HexDDC0F0814061143e55
Octal33530036010240642476125
Binary11011101110000001111000010001010001101000101001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0F0; }

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

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

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

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

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

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

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

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