#CFBEE8

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

Shades of Fog #CFBEE8

Tints of Fog #CFBEE8

Color information

#CFBEE8 (or 0xCFBEE8) is unknown color: approx Fog. HEX triplet: CF, BE and E8. RGB value is (207,190,232). Sum of RGB (Red+Green+Blue) = 207+190+232=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEE8 is #304117. Grayscale: #C7C7C7. Windows color (decimal): -3162392 or 15253199. OLE color: 15253199.

HSL color Cylindrical-coordinate representation of color #CFBEE8: hue angle of 264.29º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFBEE8 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207190232-
CMYK0.110.1800.09
HSL264.29º47.73%82.75%-
HSV(B)264.29º18.1%90.98%-
XYZ58.7155.9284.04-
YUV199.87146.13133.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 232 (91.02% from 255) = 36.88%
R=32.91%
G=30.21%
B=36.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071902320.110.1800.09264.2947.7382.75
HexCFBEE8B12091083053
Octal317276350132201141060123
Binary110011111011111011101000101110010010011000010001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEE8; }

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

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

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

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

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

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

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

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