#CFBBF7

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

Shades of Fog #CFBBF7

Tints of Fog #CFBBF7

Color information

#CFBBF7 (or 0xCFBBF7) is unknown color: approx Fog. HEX triplet: CF, BB and F7. RGB value is (207,187,247). Sum of RGB (Red+Green+Blue) = 207+187+247=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFBBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBF7 is #304408. Grayscale: #C7C7C7. Windows color (decimal): -3163145 or 16235471. OLE color: 16235471.

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

Color convert

RGB207187247-
CMYK0.160.2400.03
HSL260º78.95%85.1%-
HSV(B)260º24.29%96.86%-
XYZ60.2955.5295.53-
YUV199.82154.63133.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=32.29%
G=29.17%
B=38.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071872470.160.2400.0326078.9585.1
HexCFBBF71018031044f55
Octal317273367203003404117125
Binary110011111011101111110111100001100001110000010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBF7; }

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

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

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

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

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

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

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

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