Html Css Color HEX #CEB5FF Mauve

📋 copy color: '#CEB5FF'

red 206 ◦ green 181 ◦ blue 255

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

Shades of Mauve #CEB5FF

Tints of Mauve #CEB5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 32.09%
G = 28.19%
B = 39.72%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEB5FF (or 0xCEB5FF) is known color: Mauve. HEX triplet: CE, B5 and FF. RGB value is (206,181,255). Sum of RGB (Red+Green+Blue) = 206+181+255=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5FF is #314A00. Grayscale: #C4C4C4. Windows color (decimal): -3230209 or 16758222. OLE color: 16758222.

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

Color convert

RGB 206 181 255 -
CMYK 0.19 0.29 0 0
HSL 260.27º 1% 0.85% -
HSV(B) 260.27º 0.29% 1% -
XYZ 60.03 53.39 101.75 -
YUV 196.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 206 181 255 0.19 0.29 0 0 260.27 1 0.85
Hex CE B5 FF 13 1D 0 0 104 64 55
Octal 316 265 377 23 35 0 0 404 144 125
Binary 11001110 10110101 11111111 10011 11101 0 0 100000100 1100100 1010101

Color Harmonies of #CEB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5FF

Black with #CEB5FF

Text Example


Text Example

White with #CEB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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