Html Css Color HEX #CE9EFE Mauve

📋 copy color: '#CE9EFE'

red 206 ◦ green 158 ◦ blue 254

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

Shades of Mauve #CE9EFE

Tints of Mauve #CE9EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 33.33%
G = 25.57%
B = 41.1%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE9EFE (or 0xCE9EFE) is known color: Mauve. HEX triplet: CE, 9E and FE. RGB value is (206,158,254). Sum of RGB (Red+Green+Blue) = 206+158+254=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EFE is #316101. Grayscale: #B6B6B6. Windows color (decimal): -3236098 or 16686798. OLE color: 16686798.

HSL color Cylindrical-coordinate representation of color #CE9EFE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9EFE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 158 254 -
CMYK 0.19 0.38 0 0.00
HSL 270º 0.98% 0.81% -
HSV(B) 270º 0.38% 1% -
XYZ 55.57 44.73 99.47 -
YUV 183.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 206 158 254 0.19 0.38 0 0.00 270 0.98 0.81
Hex CE 9E FE 13 26 0 0 10E 62 51
Octal 316 236 376 23 46 0 0 416 142 121
Binary 11001110 10011110 11111110 10011 100110 0 0 100001110 1100010 1010001

Color Harmonies of #CE9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EFE

Black with #CE9EFE

Text Example


Text Example

White with #CE9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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