Html Css Color HEX #CE9EFF Mauve

📋 copy color: '#CE9EFF'

red 206 ◦ green 158 ◦ blue 255

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

Shades of Mauve #CE9EFF

Tints of Mauve #CE9EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.53%

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

R = 33.28%
G = 25.53%
B = 41.2%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE9EFF (or 0xCE9EFF) is known color: Mauve. HEX triplet: CE, 9E and FF. RGB value is (206,158,255). Sum of RGB (Red+Green+Blue) = 206+158+255=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EFF is #316100. Grayscale: #B7B7B7. Windows color (decimal): -3236097 or 16752334. OLE color: 16752334.

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

Color convert

RGB 206 158 255 -
CMYK 0.19 0.38 0 0
HSL 269.69º 1% 0.81% -
HSV(B) 269.69º 0.38% 1% -
XYZ 55.73 44.8 100.32 -
YUV 183.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 206 158 255 0.19 0.38 0 0 269.69 1 0.81
Hex CE 9E FF 13 26 0 0 10E 64 51
Octal 316 236 377 23 46 0 0 416 144 121
Binary 11001110 10011110 11111111 10011 100110 0 0 100001110 1100100 1010001

Color Harmonies of #CE9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EFF

Black with #CE9EFF

Text Example


Text Example

White with #CE9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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