#CEB9EE

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

Shades of Fog #CEB9EE

Tints of Fog #CEB9EE

Color information

#CEB9EE (or 0xCEB9EE) is unknown color: approx Fog. HEX triplet: CE, B9 and EE. RGB value is (206,185,238). Sum of RGB (Red+Green+Blue) = 206+185+238=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB9EE is #314611. Grayscale: #C5C5C5. Windows color (decimal): -3229202 or 15645134. OLE color: 15645134.

HSL color Cylindrical-coordinate representation of color #CEB9EE: hue angle of 263.77º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEB9EE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206185238-
CMYK0.130.2200.07
HSL263.77º60.92%82.94%-
HSV(B)263.77º22.27%93.33%-
XYZ58.2453.9988.24-
YUV197.32150.96134.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 185 (72.66% from 255) = 29.41%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=32.75%
G=29.41%
B=37.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061852380.130.2200.07263.7760.9282.94
HexCEB9EED16071083d53
Octal31627135615260741075123
Binary11001110101110011110111011011011001111000010001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9EE; }

 p { color: rgb(206,185,238); }

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

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

 a { background-color: rgb(206,185,238); }

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

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

 span { border-color: rgb(206,185,238); }

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