#CFBBE0

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

Shades of Fog #CFBBE0

Tints of Fog #CFBBE0

Color information

#CFBBE0 (or 0xCFBBE0) is unknown color: approx Fog. HEX triplet: CF, BB and E0. RGB value is (207,187,224). Sum of RGB (Red+Green+Blue) = 207+187+224=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBE0 is #30441F. Grayscale: #C5C5C5. Windows color (decimal): -3163168 or 14728143. OLE color: 14728143.

HSL color Cylindrical-coordinate representation of color #CFBBE0: hue angle of 272.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBBE0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207187224-
CMYK0.080.1700.12
HSL272.43º37.37%80.59%-
HSV(B)272.43º16.52%87.84%-
XYZ56.9654.1977.98-
YUV197.2143.13134.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=33.50%
G=30.26%
B=36.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071872240.080.1700.12272.4337.3780.59
HexCFBBE08110C1102551
Octal317273340102101442045121
Binary110011111011101111100000100010001011001000100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBE0; }

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

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

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

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

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

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

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

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