#CEBEE9

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

Shades of Fog #CEBEE9

Tints of Fog #CEBEE9

Color information

#CEBEE9 (or 0xCEBEE9) is unknown color: approx Fog. HEX triplet: CE, BE and E9. RGB value is (206,190,233). Sum of RGB (Red+Green+Blue) = 206+190+233=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEBEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEE9 is #314116. Grayscale: #C7C7C7. Windows color (decimal): -3227927 or 15318734. OLE color: 15318734.

HSL color Cylindrical-coordinate representation of color #CEBEE9: hue angle of 262.33º degrees, saturation: 0.49, 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 #CEBEE9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206190233-
CMYK0.120.1800.09
HSL262.33º49.43%82.94%-
HSV(B)262.33º18.45%91.37%-
XYZ58.5855.8384.78-
YUV199.69146.8132.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 233 (91.41% from 255) = 37.04%
R=32.75%
G=30.21%
B=37.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061902330.120.1800.09262.3349.4382.94
HexCEBEE9C12091063153
Octal316276351142201140661123
Binary110011101011111011101001110010010010011000001101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEE9; }

 p { color: rgb(206,190,233); }

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

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

 a { background-color: rgb(206,190,233); }

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

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

 span { border-color: rgb(206,190,233); }

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