Html Css Color HEX #CE9FFB Mauve

📋 copy color: '#CE9FFB'

red 206 ◦ green 159 ◦ blue 251

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

Shades of Mauve #CE9FFB

Tints of Mauve #CE9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.81%

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

R = 33.44%
G = 25.81%
B = 40.75%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9FFB (or 0xCE9FFB) is known color: Mauve. HEX triplet: CE, 9F and FB. RGB value is (206,159,251). Sum of RGB (Red+Green+Blue) = 206+159+251=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FFB is #316004. Grayscale: #B7B7B7. Windows color (decimal): -3235845 or 16490446. OLE color: 16490446.

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

Color convert

RGB 206 159 251 -
CMYK 0.18 0.37 0 0.02
HSL 270.65º 0.92% 0.8% -
HSV(B) 270.65º 0.37% 0.98% -
XYZ 55.26 44.88 97.02 -
YUV 183.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 206 159 251 0.18 0.37 0 0.02 270.65 0.92 0.8
Hex CE 9F FB 12 25 0 2 10F 5C 50
Octal 316 237 373 22 45 0 2 417 134 120
Binary 11001110 10011111 11111011 10010 100101 0 10 100001111 1011100 1010000

Color Harmonies of #CE9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FFB

Black with #CE9FFB

Text Example


Text Example

White with #CE9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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