Html Css Color HEX #CE9AFE Mauve

📋 copy color: '#CE9AFE'

red 206 ◦ green 154 ◦ blue 254

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

Shades of Mauve #CE9AFE

Tints of Mauve #CE9AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.08%

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

R = 33.55%
G = 25.08%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE9AFE (or 0xCE9AFE) is known color: Mauve. HEX triplet: CE, 9A and FE. RGB value is (206,154,254). Sum of RGB (Red+Green+Blue) = 206+154+254=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AFE is #316501. Grayscale: #B4B4B4. Windows color (decimal): -3237122 or 16685774. OLE color: 16685774.

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

Color convert

RGB 206 154 254 -
CMYK 0.19 0.39 0 0.00
HSL 271.2º 0.98% 0.8% -
HSV(B) 271.2º 0.39% 1% -
XYZ 54.9 43.39 99.25 -
YUV 180.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 206 154 254 0.19 0.39 0 0.00 271.2 0.98 0.8
Hex CE 9A FE 13 27 0 0 10F 62 50
Octal 316 232 376 23 47 0 0 417 142 120
Binary 11001110 10011010 11111110 10011 100111 0 0 100001111 1100010 1010000

Color Harmonies of #CE9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9AFE

Black with #CE9AFE

Text Example


Text Example

White with #CE9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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