Html Css Color HEX #CEB3FE Mauve

📋 copy color: '#CEB3FE'

red 206 ◦ green 179 ◦ blue 254

#CEB3FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CEB3FE

Tints of Mauve #CEB3FE

RGB

 RED value IS 206 (80.86% from 255) = 32.24%

 GREEN value IS 179 (70.31% from 255) = 28.01%

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 32.24%
G = 28.01%
B = 39.75%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEB3FE (or 0xCEB3FE) is known color: Mauve. HEX triplet: CE, B3 and FE. RGB value is (206,179,254). Sum of RGB (Red+Green+Blue) = 206+179+254=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3FE is #314C01. Grayscale: #C3C3C3. Windows color (decimal): -3230722 or 16692174. OLE color: 16692174.

HSL color Cylindrical-coordinate representation of color #CEB3FE: hue angle of 261.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEB3FE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 179 254 -
CMYK 0.19 0.30 0 0.00
HSL 261.6º 0.97% 0.85% -
HSV(B) 261.6º 0.3% 1% -
XYZ 59.46 52.52 100.77 -
YUV 195.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 206 179 254 0.19 0.30 0 0.00 261.6 0.97 0.85
Hex CE B3 FE 13 1E 0 0 106 61 55
Octal 316 263 376 23 36 0 0 406 141 125
Binary 11001110 10110011 11111110 10011 11110 0 0 100000110 1100001 1010101

Color Harmonies of #CEB3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3FE

Black with #CEB3FE

Text Example


Text Example

White with #CEB3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3FE; }

 p { color: rgb(206,179,254); }

 H1.HeaderClassName
 {
   color: #CEB3FE;
 }
 .AnyTagClassName
 {
   color: #CEB3FE;
 }
</style>

background-color css

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

 a { background-color: rgb(206,179,254); }

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

border-color css

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

 span { border-color: rgb(206,179,254); }

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