#DCC2F0

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

Shades of Fog #DCC2F0

Tints of Fog #DCC2F0

Color information

#DCC2F0 (or 0xDCC2F0) is unknown color: approx Fog. HEX triplet: DC, C2 and F0. RGB value is (220,194,240). Sum of RGB (Red+Green+Blue) = 220+194+240=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCC2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2F0 is #233D0F. Grayscale: #CECECE. Windows color (decimal): -2309392 or 15778524. OLE color: 15778524.

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

Color convert

RGB220194240-
CMYK0.080.1900.06
HSL273.91º60.53%85.1%-
HSV(B)273.91º19.17%94.12%-
XYZ64.5460.0990.64-
YUV207.02146.61137.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 194 (76.17% from 255) = 29.66%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=33.64%
G=29.66%
B=36.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201942400.080.1900.06273.9160.5385.1
HexDCC2F0813061123d55
Octal33430236010230642275125
Binary11011100110000101111000010001001101101000100101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2F0; }

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

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

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

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

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

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

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

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