#CFBEF0

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

Shades of Fog #CFBEF0

Tints of Fog #CFBEF0

Color information

#CFBEF0 (or 0xCFBEF0) is unknown color: approx Fog. HEX triplet: CF, BE and F0. RGB value is (207,190,240). Sum of RGB (Red+Green+Blue) = 207+190+240=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEF0 is #30410F. Grayscale: #C8C8C8. Windows color (decimal): -3162384 or 15777487. OLE color: 15777487.

HSL color Cylindrical-coordinate representation of color #CFBEF0: hue angle of 260.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBEF0 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207190240-
CMYK0.140.2100.06
HSL260.4º62.5%84.31%-
HSV(B)260.4º20.83%94.12%-
XYZ59.8756.3890.17-
YUV200.78150.13132.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=32.50%
G=29.83%
B=37.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071902400.140.2100.06260.462.584.31
HexCFBEF0E15061043e54
Octal31727636016250640476124
Binary11001111101111101111000011101010101101000001001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEF0; }

 p { color: rgb(207,190,240); }

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

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

 a { background-color: rgb(207,190,240); }

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

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

 span { border-color: rgb(207,190,240); }

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