Html Css Color HEX #CE9FF8 Mauve

📋 copy color: '#CE9FF8'

red 206 ◦ green 159 ◦ blue 248

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

Shades of Mauve #CE9FF8

Tints of Mauve #CE9FF8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.94%

 BLUE value IS 248 (97.27% from 255) = 40.46%

R = 33.61%
G = 25.94%
B = 40.46%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE9FF8 (or 0xCE9FF8) is known color: Mauve. HEX triplet: CE, 9F and F8. RGB value is (206,159,248). Sum of RGB (Red+Green+Blue) = 206+159+248=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE9FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FF8 is #316007. Grayscale: #B6B6B6. Windows color (decimal): -3235848 or 16293838. OLE color: 16293838.

HSL color Cylindrical-coordinate representation of color #CE9FF8: hue angle of 271.69º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9FF8 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 159 248 -
CMYK 0.17 0.36 0 0.03
HSL 271.69º 0.86% 0.8% -
HSV(B) 271.69º 0.36% 0.97% -
XYZ 54.8 44.7 94.55 -
YUV 183.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 206 159 248 0.17 0.36 0 0.03 271.69 0.86 0.8
Hex CE 9F F8 11 24 0 3 110 56 50
Octal 316 237 370 21 44 0 3 420 126 120
Binary 11001110 10011111 11111000 10001 100100 0 11 100010000 1010110 1010000

Color Harmonies of #CE9FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FF8

Black with #CE9FF8

Text Example


Text Example

White with #CE9FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FF8; }

 p { color: rgb(206,159,248); }

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

background-color css

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

 a { background-color: rgb(206,159,248); }

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

border-color css

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

 span { border-color: rgb(206,159,248); }

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