#CEB0FC

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

Shades of Mauve #CEB0FC

Tints of Mauve #CEB0FC

Color information

#CEB0FC (or 0xCEB0FC) is unknown color: approx Mauve. HEX triplet: CE, B0 and FC. RGB value is (206,176,252). Sum of RGB (Red+Green+Blue) = 206+176+252=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0FC is #314F03. Grayscale: #C1C1C1. Windows color (decimal): -3231492 or 16560334. OLE color: 16560334.

HSL color Cylindrical-coordinate representation of color #CEB0FC: hue angle of 263.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEB0FC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206176252-
CMYK0.180.3000.01
HSL263.68º92.68%83.92%-
HSV(B)263.68º30.16%98.82%-
XYZ58.5551.298.89-
YUV193.63160.94136.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 176 (69.14% from 255) = 27.76%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=32.49%
G=27.76%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061762520.180.3000.01263.6892.6883.92
HexCEB0FC121E011085d54
Octal316260374223601410135124
Binary11001110101100001111110010010111100110000100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0FC; }

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

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

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

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

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

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

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

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