#DCC6F2

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

Shades of Fog #DCC6F2

Tints of Fog #DCC6F2

Color information

#DCC6F2 (or 0xDCC6F2) is unknown color: approx Fog. HEX triplet: DC, C6 and F2. RGB value is (220,198,242). Sum of RGB (Red+Green+Blue) = 220+198+242=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCC6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6F2 is #23390D. Grayscale: #D1D1D1. Windows color (decimal): -2308366 or 15910620. OLE color: 15910620.

HSL color Cylindrical-coordinate representation of color #DCC6F2: hue angle of 270º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC6F2 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220198242-
CMYK0.090.1800.05
HSL270º62.86%86.27%-
HSV(B)270º18.18%94.9%-
XYZ65.7462.0192.51-
YUV209.59146.29135.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 30%
BLUE value IS 242 (94.92% from 255) = 36.67%
R=33.33%
G=30%
B=36.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201982420.090.1800.0527062.8686.27
HexDCC6F29120510e3f56
Octal33430636211220541677126
Binary11011100110001101111001010011001001011000011101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6F2; }

 p { color: rgb(220,198,242); }

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

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

 a { background-color: rgb(220,198,242); }

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

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

 span { border-color: rgb(220,198,242); }

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