Html Css Color HEX #CE9BFF Mauve

📋 copy color: '#CE9BFF'

red 206 ◦ green 155 ◦ blue 255

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

Shades of Mauve #CE9BFF

Tints of Mauve #CE9BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.4%

R = 33.44%
G = 25.16%
B = 41.4%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE9BFF (or 0xCE9BFF) is known color: Mauve. HEX triplet: CE, 9B and FF. RGB value is (206,155,255). Sum of RGB (Red+Green+Blue) = 206+155+255=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BFF is #316400. Grayscale: #B5B5B5. Windows color (decimal): -3236865 or 16751566. OLE color: 16751566.

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

Color convert

RGB 206 155 255 -
CMYK 0.19 0.39 0 0
HSL 270.6º 1% 0.8% -
HSV(B) 270.6º 0.39% 1% -
XYZ 55.22 43.78 100.15 -
YUV 181.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 206 155 255 0.19 0.39 0 0 270.6 1 0.8
Hex CE 9B FF 13 27 0 0 10F 64 50
Octal 316 233 377 23 47 0 0 417 144 120
Binary 11001110 10011011 11111111 10011 100111 0 0 100001111 1100100 1010000

Color Harmonies of #CE9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BFF

Black with #CE9BFF

Text Example


Text Example

White with #CE9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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