Html Css Color HEX #CE9BFE Mauve

📋 copy color: '#CE9BFE'

red 206 ◦ green 155 ◦ blue 254

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

Shades of Mauve #CE9BFE

Tints of Mauve #CE9BFE

RGB

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

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

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

R = 33.5%
G = 25.2%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE9BFE (or 0xCE9BFE) is known color: Mauve. HEX triplet: CE, 9B and FE. RGB value is (206,155,254). Sum of RGB (Red+Green+Blue) = 206+155+254=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BFE is #316401. Grayscale: #B5B5B5. Windows color (decimal): -3236866 or 16686030. OLE color: 16686030.

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

Color convert

RGB 206 155 254 -
CMYK 0.19 0.39 0 0.00
HSL 270.91º 0.98% 0.8% -
HSV(B) 270.91º 0.39% 1% -
XYZ 55.06 43.72 99.3 -
YUV 181.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 206 155 254 0.19 0.39 0 0.00 270.91 0.98 0.8
Hex CE 9B FE 13 27 0 0 10F 62 50
Octal 316 233 376 23 47 0 0 417 142 120
Binary 11001110 10011011 11111110 10011 100111 0 0 100001111 1100010 1010000

Color Harmonies of #CE9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BFE

Black with #CE9BFE

Text Example


Text Example

White with #CE9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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