#CEB2ED

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

Shades of Fog #CEB2ED

Tints of Fog #CEB2ED

Color information

#CEB2ED (or 0xCEB2ED) is unknown color: approx Fog. HEX triplet: CE, B2 and ED. RGB value is (206,178,237). Sum of RGB (Red+Green+Blue) = 206+178+237=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2ED is #314D12. Grayscale: #C0C0C0. Windows color (decimal): -3230995 or 15577806. OLE color: 15577806.

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

Color convert

RGB206178237-
CMYK0.130.2500.07
HSL268.47º62.11%81.37%-
HSV(B)268.47º24.89%92.94%-
XYZ56.6651.0886.99-
YUV193.1152.78137.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 178 (69.92% from 255) = 28.66%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=33.17%
G=28.66%
B=38.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061782370.130.2500.07268.4762.1181.37
HexCEB2EDD190710c3e51
Octal31626235515310741476121
Binary11001110101100101110110111011100101111000011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2ED; }

 p { color: rgb(206,178,237); }

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

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

 a { background-color: rgb(206,178,237); }

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

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

 span { border-color: rgb(206,178,237); }

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