#CEBBEE

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

Shades of Fog #CEBBEE

Tints of Fog #CEBBEE

Color information

#CEBBEE (or 0xCEBBEE) is unknown color: approx Fog. HEX triplet: CE, BB and EE. RGB value is (206,187,238). Sum of RGB (Red+Green+Blue) = 206+187+238=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBEE is #314411. Grayscale: #C6C6C6. Windows color (decimal): -3228690 or 15645646. OLE color: 15645646.

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

Color convert

RGB206187238-
CMYK0.130.2100.07
HSL262.35º60%83.33%-
HSV(B)262.35º21.43%93.33%-
XYZ58.6654.8488.38-
YUV198.5150.29133.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=32.65%
G=29.64%
B=37.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061872380.130.2100.07262.356083.33
HexCEBBEED15071063c53
Octal31627335615250740674123
Binary11001110101110111110111011011010101111000001101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBEE; }

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

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

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

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

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

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

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

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