#CFBEE4

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

Shades of Fog #CFBEE4

Tints of Fog #CFBEE4

Color information

#CFBEE4 (or 0xCFBEE4) is unknown color: approx Fog. HEX triplet: CF, BE and E4. RGB value is (207,190,228). Sum of RGB (Red+Green+Blue) = 207+190+228=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEE4 is #30411B. Grayscale: #C7C7C7. Windows color (decimal): -3162396 or 14991055. OLE color: 14991055.

HSL color Cylindrical-coordinate representation of color #CFBEE4: hue angle of 266.84º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBEE4 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207190228-
CMYK0.090.1700.11
HSL266.84º41.3%81.96%-
HSV(B)266.84º16.67%89.41%-
XYZ58.1555.6981.08-
YUV199.42144.13133.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=33.12%
G=30.4%
B=36.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071902280.090.1700.11266.8441.381.96
HexCFBEE49110B10b2952
Octal317276344112101341351122
Binary110011111011111011100100100110001010111000010111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEE4; }

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

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

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

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

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

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

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

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