Html Css Color HEX #CE9AF8 Mauve

📋 copy color: '#CE9AF8'

red 206 ◦ green 154 ◦ blue 248

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

Shades of Mauve #CE9AF8

Tints of Mauve #CE9AF8

RGB

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

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

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

R = 33.88%
G = 25.33%
B = 40.79%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE9AF8 (or 0xCE9AF8) is known color: Mauve. HEX triplet: CE, 9A and F8. RGB value is (206,154,248). Sum of RGB (Red+Green+Blue) = 206+154+248=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE9AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AF8 is #316507. Grayscale: #B3B3B3. Windows color (decimal): -3237128 or 16292558. OLE color: 16292558.

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

Color convert

RGB 206 154 248 -
CMYK 0.17 0.38 0 0.03
HSL 273.19º 0.87% 0.79% -
HSV(B) 273.19º 0.38% 0.97% -
XYZ 53.95 43.01 94.27 -
YUV 180.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 206 154 248 0.17 0.38 0 0.03 273.19 0.87 0.79
Hex CE 9A F8 11 26 0 3 111 57 4F
Octal 316 232 370 21 46 0 3 421 127 117
Binary 11001110 10011010 11111000 10001 100110 0 11 100010001 1010111 1001111

Color Harmonies of #CE9AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9AF8

Black with #CE9AF8

Text Example


Text Example

White with #CE9AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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