#CEB2EE

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

Shades of Fog #CEB2EE

Tints of Fog #CEB2EE

Color information

#CEB2EE (or 0xCEB2EE) is unknown color: approx Fog. HEX triplet: CE, B2 and EE. RGB value is (206,178,238). Sum of RGB (Red+Green+Blue) = 206+178+238=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2EE is #314D11. Grayscale: #C1C1C1. Windows color (decimal): -3230994 or 15643342. OLE color: 15643342.

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

Color convert

RGB206178238-
CMYK0.130.2500.07
HSL268º63.83%81.57%-
HSV(B)268º25.21%93.33%-
XYZ56.8151.1487.77-
YUV193.21153.28137.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=33.12%
G=28.62%
B=38.26%

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
Decimal2061782380.130.2500.0726863.8381.57
HexCEB2EED190710c4052
Octal316262356153107414100122
Binary110011101011001011101110110111001011110000110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2EE; }

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

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

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

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

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

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

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

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