Html Css Color HEX #CEB1FE Mauve

📋 copy color: '#CEB1FE'

red 206 ◦ green 177 ◦ blue 254

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

Shades of Mauve #CEB1FE

Tints of Mauve #CEB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.79%

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

R = 32.34%
G = 27.79%
B = 39.87%

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

#CEB1FE (or 0xCEB1FE) is known color: Mauve. HEX triplet: CE, B1 and FE. RGB value is (206,177,254). Sum of RGB (Red+Green+Blue) = 206+177+254=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB1FE is #314E01. Grayscale: #C2C2C2. Windows color (decimal): -3231234 or 16691662. OLE color: 16691662.

HSL color Cylindrical-coordinate representation of color #CEB1FE: hue angle of 262.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 #CEB1FE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 177 254 -
CMYK 0.19 0.30 0 0.00
HSL 262.6º 0.97% 0.85% -
HSV(B) 262.6º 0.3% 1% -
XYZ 59.07 51.72 100.64 -
YUV 194.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 206 177 254 0.19 0.30 0 0.00 262.6 0.97 0.85
Hex CE B1 FE 13 1E 0 0 107 61 55
Octal 316 261 376 23 36 0 0 407 141 125
Binary 11001110 10110001 11111110 10011 11110 0 0 100000111 1100001 1010101

Color Harmonies of #CEB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1FE

Black with #CEB1FE

Text Example


Text Example

White with #CEB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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