#CFC5EC

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

Shades of Fog #CFC5EC

Tints of Fog #CFC5EC

Color information

#CFC5EC (or 0xCFC5EC) is unknown color: approx Fog. HEX triplet: CF, C5 and EC. RGB value is (207,197,236). Sum of RGB (Red+Green+Blue) = 207+197+236=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5EC is #303A13. Grayscale: #CCCCCC. Windows color (decimal): -3160596 or 15517135. OLE color: 15517135.

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

Color convert

RGB207197236-
CMYK0.120.1700.07
HSL255.38º50.65%84.9%-
HSV(B)255.38º16.53%92.55%-
XYZ60.8459.2587.59-
YUV204.44145.81129.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 197 (77.34% from 255) = 30.78%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=32.34%
G=30.78%
B=36.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071972360.120.1700.07255.3850.6584.9
HexCFC5ECC1107ff3355
Octal31730535414210737763125
Binary1100111111000101111011001100100010111111111111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5EC; }

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

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

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

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

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

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

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

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