Html Css Color HEX #CEB5FE Mauve

📋 copy color: '#CEB5FE'

red 206 ◦ green 181 ◦ blue 254

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

Shades of Mauve #CEB5FE

Tints of Mauve #CEB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.24%

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

R = 32.14%
G = 28.24%
B = 39.63%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEB5FE (or 0xCEB5FE) is known color: Mauve. HEX triplet: CE, B5 and FE. RGB value is (206,181,254). Sum of RGB (Red+Green+Blue) = 206+181+254=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5FE is #314A01. Grayscale: #C4C4C4. Windows color (decimal): -3230210 or 16692686. OLE color: 16692686.

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

Color convert

RGB 206 181 254 -
CMYK 0.19 0.29 0 0.00
HSL 260.55º 0.97% 0.85% -
HSV(B) 260.55º 0.29% 1% -
XYZ 59.87 53.33 100.9 -
YUV 196.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 206 181 254 0.19 0.29 0 0.00 260.55 0.97 0.85
Hex CE B5 FE 13 1D 0 0 105 61 55
Octal 316 265 376 23 35 0 0 405 141 125
Binary 11001110 10110101 11111110 10011 11101 0 0 100000101 1100001 1010101

Color Harmonies of #CEB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5FE

Black with #CEB5FE

Text Example


Text Example

White with #CEB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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