#CFBEF7

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

Shades of Fog #CFBEF7

Tints of Fog #CFBEF7

Color information

#CFBEF7 (or 0xCFBEF7) is unknown color: approx Fog. HEX triplet: CF, BE and F7. RGB value is (207,190,247). Sum of RGB (Red+Green+Blue) = 207+190+247=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFBEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEF7 is #304108. Grayscale: #C9C9C9. Windows color (decimal): -3162377 or 16236239. OLE color: 16236239.

HSL color Cylindrical-coordinate representation of color #CFBEF7: hue angle of 257.89º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFBEF7 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207190247-
CMYK0.160.2300.03
HSL257.89º78.08%85.69%-
HSV(B)257.89º23.08%96.86%-
XYZ60.9356.8195.75-
YUV201.58153.63131.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 247 (96.88% from 255) = 38.35%
R=32.14%
G=29.50%
B=38.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071902470.160.2300.03257.8978.0885.69
HexCFBEF71017031024e56
Octal317276367202703402116126
Binary110011111011111011110111100001011101110000001010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEF7; }

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

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

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

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

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

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

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

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