#CFBEE0

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

Shades of Fog #CFBEE0

Tints of Fog #CFBEE0

Color information

#CFBEE0 (or 0xCFBEE0) is unknown color: approx Fog. HEX triplet: CF, BE and E0. RGB value is (207,190,224). Sum of RGB (Red+Green+Blue) = 207+190+224=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEE0 is #30411F. Grayscale: #C6C6C6. Windows color (decimal): -3162400 or 14728911. OLE color: 14728911.

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

Color convert

RGB207190224-
CMYK0.080.1500.12
HSL270º35.42%81.18%-
HSV(B)270º15.18%87.84%-
XYZ57.655.4778.19-
YUV198.96142.13133.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=33.33%
G=30.60%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071902240.080.1500.1227035.4281.18
HexCFBEE08F0C10e2351
Octal317276340101701441643121
Binary11001111101111101110000010001111011001000011101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEE0; }

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

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

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

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

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

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

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

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