#CFC2F6

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

Shades of Fog #CFC2F6

Tints of Fog #CFC2F6

Color information

#CFC2F6 (or 0xCFC2F6) is unknown color: approx Fog. HEX triplet: CF, C2 and F6. RGB value is (207,194,246). Sum of RGB (Red+Green+Blue) = 207+194+246=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFC2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2F6 is #303D09. Grayscale: #CBCBCB. Windows color (decimal): -3161354 or 16171727. OLE color: 16171727.

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

Color convert

RGB207194246-
CMYK0.160.2100.04
HSL255º74.29%86.27%-
HSV(B)255º21.14%96.47%-
XYZ61.6658.595.23-
YUV203.82151.81130.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.99%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=31.99%
G=29.98%
B=38.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071942460.160.2100.0425574.2986.27
HexCFC2F6101504ff4a56
Octal317302366202504377112126
Binary110011111100001011110110100001010101001111111110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2F6; }

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

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

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

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

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

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

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

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