#CEB0F8

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

Shades of Mauve #CEB0F8

Tints of Mauve #CEB0F8

Color information

#CEB0F8 (or 0xCEB0F8) is unknown color: approx Mauve. HEX triplet: CE, B0 and F8. RGB value is (206,176,248). Sum of RGB (Red+Green+Blue) = 206+176+248=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEB0F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0F8 is #314F07. Grayscale: #C0C0C0. Windows color (decimal): -3231496 or 16298190. OLE color: 16298190.

HSL color Cylindrical-coordinate representation of color #CEB0F8: hue angle of 265º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEB0F8 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206176248-
CMYK0.170.2900.03
HSL265º83.72%83.14%-
HSV(B)265º29.03%97.25%-
XYZ57.9250.9595.59-
YUV193.18158.94137.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 248 (97.27% from 255) = 39.37%
R=32.70%
G=27.94%
B=39.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061762480.170.2900.0326583.7283.14
HexCEB0F8111D031095453
Octal316260370213503411124123
Binary110011101011000011111000100011110101110000100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0F8; }

 p { color: rgb(206,176,248); }

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

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

 a { background-color: rgb(206,176,248); }

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

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

 span { border-color: rgb(206,176,248); }

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