#CFC6EC

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

Shades of Fog #CFC6EC

Tints of Fog #CFC6EC

Color information

#CFC6EC (or 0xCFC6EC) is unknown color: approx Fog. HEX triplet: CF, C6 and EC. RGB value is (207,198,236). Sum of RGB (Red+Green+Blue) = 207+198+236=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6EC is #303913. Grayscale: #CCCCCC. Windows color (decimal): -3160340 or 15517391. OLE color: 15517391.

HSL color Cylindrical-coordinate representation of color #CFC6EC: hue angle of 254.21º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC6EC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207198236-
CMYK0.120.1600.07
HSL254.21º50%85.1%-
HSV(B)254.21º16.1%92.55%-
XYZ61.0759.7187.66-
YUV205.02145.48129.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=32.29%
G=30.89%
B=36.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071982360.120.1600.07254.215085.1
HexCFC6ECC1007fe3255
Octal31730635414200737662125
Binary1100111111000110111011001100100000111111111101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6EC; }

 p { color: rgb(207,198,236); }

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

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

 a { background-color: rgb(207,198,236); }

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

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

 span { border-color: rgb(207,198,236); }

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