#DCC0F5

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

Shades of Fog #DCC0F5

Tints of Fog #DCC0F5

Color information

#DCC0F5 (or 0xDCC0F5) is unknown color: approx Fog. HEX triplet: DC, C0 and F5. RGB value is (220,192,245). Sum of RGB (Red+Green+Blue) = 220+192+245=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCC0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0F5 is #233F0A. Grayscale: #CECECE. Windows color (decimal): -2309899 or 16105692. OLE color: 16105692.

HSL color Cylindrical-coordinate representation of color #DCC0F5: hue angle of 271.7º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC0F5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220192245-
CMYK0.100.2200.04
HSL271.7º72.6%85.69%-
HSV(B)271.7º21.63%96.08%-
XYZ64.8559.5194.45-
YUV206.41149.78137.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 192 (75.39% from 255) = 29.22%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=33.49%
G=29.22%
B=37.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201922450.100.2200.04271.772.685.69
HexDCC0F5A16041104956
Octal334300365122604420111126
Binary110111001100000011110101101010110010010001000010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0F5; }

 p { color: rgb(220,192,245); }

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

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

 a { background-color: rgb(220,192,245); }

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

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

 span { border-color: rgb(220,192,245); }

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