#CFBEF9

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

Shades of Fog #CFBEF9

Tints of Fog #CFBEF9

Color information

#CFBEF9 (or 0xCFBEF9) is unknown color: approx Fog. HEX triplet: CF, BE and F9. RGB value is (207,190,249). Sum of RGB (Red+Green+Blue) = 207+190+249=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFBEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEF9 is #304106. Grayscale: #C9C9C9. Windows color (decimal): -3162375 or 16367311. OLE color: 16367311.

HSL color Cylindrical-coordinate representation of color #CFBEF9: hue angle of 257.29º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFBEF9 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207190249-
CMYK0.170.2400.02
HSL257.29º83.1%86.08%-
HSV(B)257.29º23.69%97.65%-
XYZ61.2456.9397.38-
YUV201.81154.63131.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=32.04%
G=29.41%
B=38.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071902490.170.2400.02257.2983.186.08
HexCFBEF91118021015356
Octal317276371213002401123126
Binary110011111011111011111001100011100001010000000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEF9; }

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

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

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

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

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

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

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

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