Html Css Color HEX #CE9BFA Mauve

📋 copy color: '#CE9BFA'

red 206 ◦ green 155 ◦ blue 250

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

Shades of Mauve #CE9BFA

Tints of Mauve #CE9BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.37%

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

R = 33.72%
G = 25.37%
B = 40.92%

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

#CE9BFA (or 0xCE9BFA) is known color: Mauve. HEX triplet: CE, 9B and FA. RGB value is (206,155,250). Sum of RGB (Red+Green+Blue) = 206+155+250=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BFA is #316405. Grayscale: #B4B4B4. Windows color (decimal): -3236870 or 16423886. OLE color: 16423886.

HSL color Cylindrical-coordinate representation of color #CE9BFA: hue angle of 272.21º degrees, saturation: 0.9, 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 #CE9BFA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 155 250 -
CMYK 0.18 0.38 0 0.02
HSL 272.21º 0.9% 0.79% -
HSV(B) 272.21º 0.38% 0.98% -
XYZ 54.43 43.47 95.96 -
YUV 181.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 206 155 250 0.18 0.38 0 0.02 272.21 0.9 0.79
Hex CE 9B FA 12 26 0 2 110 5A 4F
Octal 316 233 372 22 46 0 2 420 132 117
Binary 11001110 10011011 11111010 10010 100110 0 10 100010000 1011010 1001111

Color Harmonies of #CE9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BFA

Black with #CE9BFA

Text Example


Text Example

White with #CE9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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