#CEBFE7

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

Shades of Fog #CEBFE7

Tints of Fog #CEBFE7

Color information

#CEBFE7 (or 0xCEBFE7) is unknown color: approx Fog. HEX triplet: CE, BF and E7. RGB value is (206,191,231). Sum of RGB (Red+Green+Blue) = 206+191+231=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFE7 is #314018. Grayscale: #C7C7C7. Windows color (decimal): -3227673 or 15187918. OLE color: 15187918.

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

Color convert

RGB206191231-
CMYK0.110.1700.09
HSL262.5º45.45%82.75%-
HSV(B)262.5º17.32%90.59%-
XYZ58.5156.1583.36-
YUV200.04145.47132.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=32.80%
G=30.41%
B=36.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061912310.110.1700.09262.545.4582.75
HexCEBFE7B11091062d53
Octal316277347132101140655123
Binary110011101011111111100111101110001010011000001101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFE7; }

 p { color: rgb(206,191,231); }

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

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

 a { background-color: rgb(206,191,231); }

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

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

 span { border-color: rgb(206,191,231); }

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