Html Css Color HEX #CE9EF9 Mauve

📋 copy color: '#CE9EF9'

red 206 ◦ green 158 ◦ blue 249

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

Shades of Mauve #CE9EF9

Tints of Mauve #CE9EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 33.61%
G = 25.77%
B = 40.62%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9EF9 (or 0xCE9EF9) is known color: Mauve. HEX triplet: CE, 9E and F9. RGB value is (206,158,249). Sum of RGB (Red+Green+Blue) = 206+158+249=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE9EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EF9 is #316106. Grayscale: #B6B6B6. Windows color (decimal): -3236103 or 16359118. OLE color: 16359118.

HSL color Cylindrical-coordinate representation of color #CE9EF9: hue angle of 271.65º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9EF9 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 158 249 -
CMYK 0.17 0.37 0 0.02
HSL 271.65º 0.88% 0.8% -
HSV(B) 271.65º 0.37% 0.98% -
XYZ 54.78 44.42 95.31 -
YUV 182.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 206 158 249 0.17 0.37 0 0.02 271.65 0.88 0.8
Hex CE 9E F9 11 25 0 2 110 58 50
Octal 316 236 371 21 45 0 2 420 130 120
Binary 11001110 10011110 11111001 10001 100101 0 10 100010000 1011000 1010000

Color Harmonies of #CE9EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EF9

Black with #CE9EF9

Text Example


Text Example

White with #CE9EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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