#CFBBF6

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

Shades of Fog #CFBBF6

Tints of Fog #CFBBF6

Color information

#CFBBF6 (or 0xCFBBF6) is unknown color: approx Fog. HEX triplet: CF, BB and F6. RGB value is (207,187,246). Sum of RGB (Red+Green+Blue) = 207+187+246=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBF6 is #304409. Grayscale: #C7C7C7. Windows color (decimal): -3163146 or 16169935. OLE color: 16169935.

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

Color convert

RGB207187246-
CMYK0.160.2400.04
HSL260.34º76.62%84.9%-
HSV(B)260.34º23.98%96.47%-
XYZ60.1455.4694.72-
YUV199.71154.13133.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=32.34%
G=29.22%
B=38.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071872460.160.2400.04260.3476.6284.9
HexCFBBF61018041044d55
Octal317273366203004404115125
Binary1100111110111011111101101000011000010010000010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBF6; }

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

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

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

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

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

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

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

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