Html Css Color HEX #CE9BFB Mauve

📋 copy color: '#CE9BFB'

red 206 ◦ green 155 ◦ blue 251

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

Shades of Mauve #CE9BFB

Tints of Mauve #CE9BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 33.66%
G = 25.33%
B = 41.01%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9BFB (or 0xCE9BFB) is known color: Mauve. HEX triplet: CE, 9B and FB. RGB value is (206,155,251). Sum of RGB (Red+Green+Blue) = 206+155+251=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BFB is #316404. Grayscale: #B4B4B4. Windows color (decimal): -3236869 or 16489422. OLE color: 16489422.

HSL color Cylindrical-coordinate representation of color #CE9BFB: hue angle of 271.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9BFB is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 155 251 -
CMYK 0.18 0.38 0 0.02
HSL 271.88º 0.92% 0.8% -
HSV(B) 271.88º 0.38% 0.98% -
XYZ 54.59 43.53 96.79 -
YUV 181.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 206 155 251 0.18 0.38 0 0.02 271.88 0.92 0.8
Hex CE 9B FB 12 26 0 2 110 5C 50
Octal 316 233 373 22 46 0 2 420 134 120
Binary 11001110 10011011 11111011 10010 100110 0 10 100010000 1011100 1010000

Color Harmonies of #CE9BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BFB

Black with #CE9BFB

Text Example


Text Example

White with #CE9BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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