#DCC2F7

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

Shades of Fog #DCC2F7

Tints of Fog #DCC2F7

Color information

#DCC2F7 (or 0xDCC2F7) is unknown color: approx Fog. HEX triplet: DC, C2 and F7. RGB value is (220,194,247). Sum of RGB (Red+Green+Blue) = 220+194+247=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2F7 is #233D08. Grayscale: #CFCFCF. Windows color (decimal): -2309385 or 16237276. OLE color: 16237276.

HSL color Cylindrical-coordinate representation of color #DCC2F7: hue angle of 269.43º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC2F7 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220194247-
CMYK0.110.2100.03
HSL269.43º76.81%86.47%-
HSV(B)269.43º21.46%96.86%-
XYZ65.660.5196.22-
YUV207.82150.11136.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 194 (76.17% from 255) = 29.35%
BLUE value IS 247 (96.88% from 255) = 37.37%
R=33.28%
G=29.35%
B=37.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201942470.110.2100.03269.4376.8186.47
HexDCC2F7B150310d4d56
Octal334302367132503415115126
Binary11011100110000101111011110111010101110000110110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2F7; }

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

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

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

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

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

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

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

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