#CFBEE1

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

Shades of Fog #CFBEE1

Tints of Fog #CFBEE1

Color information

#CFBEE1 (or 0xCFBEE1) is unknown color: approx Fog. HEX triplet: CF, BE and E1. RGB value is (207,190,225). Sum of RGB (Red+Green+Blue) = 207+190+225=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEE1 is #30411E. Grayscale: #C6C6C6. Windows color (decimal): -3162399 or 14794447. OLE color: 14794447.

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

Color convert

RGB207190225-
CMYK0.080.1600.12
HSL269.14º36.84%81.37%-
HSV(B)269.14º15.56%88.24%-
XYZ57.7455.5378.91-
YUV199.07142.63133.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=33.28%
G=30.55%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071902250.080.1600.12269.1436.8481.37
HexCFBEE18100C10d2551
Octal317276341102001441545121
Binary110011111011111011100001100010000011001000011011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEE1; }

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

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

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

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

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

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

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

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