#CFC6EB

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

Shades of Fog #CFC6EB

Tints of Fog #CFC6EB

Color information

#CFC6EB (or 0xCFC6EB) is unknown color: approx Fog. HEX triplet: CF, C6 and EB. RGB value is (207,198,235). Sum of RGB (Red+Green+Blue) = 207+198+235=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6EB is #303914. Grayscale: #CCCCCC. Windows color (decimal): -3160341 or 15451855. OLE color: 15451855.

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

Color convert

RGB207198235-
CMYK0.120.1600.08
HSL254.59º48.05%84.9%-
HSV(B)254.59º15.74%92.16%-
XYZ60.9259.6586.9-
YUV204.91144.98129.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=32.34%
G=30.94%
B=36.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071982350.120.1600.08254.5948.0584.9
HexCFC6EBC1008ff3055
Octal317306353142001037760125
Binary11001111110001101110101111001000001000111111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6EB; }

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

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

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

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

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

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

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

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