Html Css Color HEX #CE9AFA Mauve

📋 copy color: '#CE9AFA'

red 206 ◦ green 154 ◦ blue 250

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

Shades of Mauve #CE9AFA

Tints of Mauve #CE9AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 33.77%
G = 25.25%
B = 40.98%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9AFA (or 0xCE9AFA) is known color: Mauve. HEX triplet: CE, 9A and FA. RGB value is (206,154,250). Sum of RGB (Red+Green+Blue) = 206+154+250=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AFA is #316505. Grayscale: #B4B4B4. Windows color (decimal): -3237126 or 16423630. OLE color: 16423630.

HSL color Cylindrical-coordinate representation of color #CE9AFA: hue angle of 272.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9AFA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 154 250 -
CMYK 0.18 0.38 0 0.02
HSL 272.5º 0.91% 0.79% -
HSV(B) 272.5º 0.38% 0.98% -
XYZ 54.26 43.14 95.91 -
YUV 180.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 206 154 250 0.18 0.38 0 0.02 272.5 0.91 0.79
Hex CE 9A FA 12 26 0 2 110 5B 4F
Octal 316 232 372 22 46 0 2 420 133 117
Binary 11001110 10011010 11111010 10010 100110 0 10 100010000 1011011 1001111

Color Harmonies of #CE9AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9AFA

Black with #CE9AFA

Text Example


Text Example

White with #CE9AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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