#DCCFF6

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

Shades of Fog #DCCFF6

Tints of Fog #DCCFF6

Color information

#DCCFF6 (or 0xDCCFF6) is unknown color: approx Fog. HEX triplet: DC, CF and F6. RGB value is (220,207,246). Sum of RGB (Red+Green+Blue) = 220+207+246=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCCFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFF6 is #233009. Grayscale: #D7D7D7. Windows color (decimal): -2306058 or 16175068. OLE color: 16175068.

HSL color Cylindrical-coordinate representation of color #DCCFF6: hue angle of 260º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCFF6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220207246-
CMYK0.110.1600.04
HSL260º68.42%88.82%-
HSV(B)260º15.85%96.47%-
XYZ68.4666.596.42-
YUV215.33145.31131.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 207 (81.25% from 255) = 30.76%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=32.69%
G=30.76%
B=36.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202072460.110.1600.0426068.4288.82
HexDCCFF6B10041044459
Octal334317366132004404104131
Binary110111001100111111110110101110000010010000010010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFF6; }

 p { color: rgb(220,207,246); }

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

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

 a { background-color: rgb(220,207,246); }

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

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

 span { border-color: rgb(220,207,246); }

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