Html Css Color HEX #CE9BF9 Mauve

📋 copy color: '#CE9BF9'

red 206 ◦ green 155 ◦ blue 249

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

Shades of Mauve #CE9BF9

Tints of Mauve #CE9BF9

RGB

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

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

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

R = 33.77%
G = 25.41%
B = 40.82%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9BF9 (or 0xCE9BF9) is known color: Mauve. HEX triplet: CE, 9B and F9. RGB value is (206,155,249). Sum of RGB (Red+Green+Blue) = 206+155+249=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE9BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BF9 is #316406. Grayscale: #B4B4B4. Windows color (decimal): -3236871 or 16358350. OLE color: 16358350.

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

Color convert

RGB 206 155 249 -
CMYK 0.17 0.38 0 0.02
HSL 272.55º 0.89% 0.79% -
HSV(B) 272.55º 0.38% 0.98% -
XYZ 54.27 43.4 95.14 -
YUV 180.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 206 155 249 0.17 0.38 0 0.02 272.55 0.89 0.79
Hex CE 9B F9 11 26 0 2 111 59 4F
Octal 316 233 371 21 46 0 2 421 131 117
Binary 11001110 10011011 11111001 10001 100110 0 10 100010001 1011001 1001111

Color Harmonies of #CE9BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BF9

Black with #CE9BF9

Text Example


Text Example

White with #CE9BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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