#CFC6ED

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

Shades of Fog #CFC6ED

Tints of Fog #CFC6ED

Color information

#CFC6ED (or 0xCFC6ED) is unknown color: approx Fog. HEX triplet: CF, C6 and ED. RGB value is (207,198,237). Sum of RGB (Red+Green+Blue) = 207+198+237=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6ED is #303912. Grayscale: #CCCCCC. Windows color (decimal): -3160339 or 15582927. OLE color: 15582927.

HSL color Cylindrical-coordinate representation of color #CFC6ED: hue angle of 253.85º degrees, saturation: 0.52, 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 #CFC6ED is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207198237-
CMYK0.130.1600.07
HSL253.85º52%85.29%-
HSV(B)253.85º16.46%92.94%-
XYZ61.2159.7788.43-
YUV205.14145.98129.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=32.24%
G=30.84%
B=36.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071982370.130.1600.07253.855285.29
HexCFC6EDD1007fe3455
Octal31730635515200737664125
Binary1100111111000110111011011101100000111111111101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6ED; }

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

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

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

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

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

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

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

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