Html Css Color HEX #CE9AFB Mauve

📋 copy color: '#CE9AFB'

red 206 ◦ green 154 ◦ blue 251

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

Shades of Mauve #CE9AFB

Tints of Mauve #CE9AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.2%

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

R = 33.72%
G = 25.2%
B = 41.08%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9AFB (or 0xCE9AFB) is known color: Mauve. HEX triplet: CE, 9A and FB. RGB value is (206,154,251). Sum of RGB (Red+Green+Blue) = 206+154+251=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AFB is #316504. Grayscale: #B4B4B4. Windows color (decimal): -3237125 or 16489166. OLE color: 16489166.

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

Color convert

RGB 206 154 251 -
CMYK 0.18 0.39 0 0.02
HSL 272.16º 0.92% 0.79% -
HSV(B) 272.16º 0.39% 0.98% -
XYZ 54.42 43.2 96.74 -
YUV 180.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 206 154 251 0.18 0.39 0 0.02 272.16 0.92 0.79
Hex CE 9A FB 12 27 0 2 110 5C 4F
Octal 316 232 373 22 47 0 2 420 134 117
Binary 11001110 10011010 11111011 10010 100111 0 10 100010000 1011100 1001111

Color Harmonies of #CE9AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9AFB

Black with #CE9AFB

Text Example


Text Example

White with #CE9AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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