#DCCCF0

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

Shades of Fog #DCCCF0

Tints of Fog #DCCCF0

Color information

#DCCCF0 (or 0xDCCCF0) is unknown color: approx Fog. HEX triplet: DC, CC and F0. RGB value is (220,204,240). Sum of RGB (Red+Green+Blue) = 220+204+240=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCF0 is #23330F. Grayscale: #D4D4D4. Windows color (decimal): -2306832 or 15781084. OLE color: 15781084.

HSL color Cylindrical-coordinate representation of color #DCCCF0: hue angle of 266.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCCF0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220204240-
CMYK0.080.1500.06
HSL266.67º54.55%87.06%-
HSV(B)266.67º15%94.12%-
XYZ66.8464.6991.4-
YUV212.89143.3133.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=33.13%
G=30.72%
B=36.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202042400.080.1500.06266.6754.5587.06
HexDCCCF08F0610b3757
Octal33431436010170641367127
Binary1101110011001100111100001000111101101000010111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCF0; }

 p { color: rgb(220,204,240); }

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

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

 a { background-color: rgb(220,204,240); }

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

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

 span { border-color: rgb(220,204,240); }

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