#DCC9EC

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

Shades of Fog #DCC9EC

Tints of Fog #DCC9EC

Color information

#DCC9EC (or 0xDCC9EC) is unknown color: approx Fog. HEX triplet: DC, C9 and EC. RGB value is (220,201,236). Sum of RGB (Red+Green+Blue) = 220+201+236=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC9EC is #233613. Grayscale: #D2D2D2. Windows color (decimal): -2307604 or 15518172. OLE color: 15518172.

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

Color convert

RGB220201236-
CMYK0.070.1500.07
HSL272.57º47.95%85.69%-
HSV(B)272.57º14.83%92.55%-
XYZ65.5463.0588.07-
YUV210.67142.29134.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 201 (78.91% from 255) = 30.59%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=33.49%
G=30.59%
B=35.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202012360.070.1500.07272.5747.9585.69
HexDCC9EC7F071113056
Octal3343113547170742160126
Binary110111001100100111101100111111101111000100011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9EC; }

 p { color: rgb(220,201,236); }

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

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

 a { background-color: rgb(220,201,236); }

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

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

 span { border-color: rgb(220,201,236); }

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