Html Css Color HEX #CE9CF9 Mauve

📋 copy color: '#CE9CF9'

red 206 ◦ green 156 ◦ blue 249

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

Shades of Mauve #CE9CF9

Tints of Mauve #CE9CF9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.53%

 BLUE value IS 249 (97.66% from 255) = 40.75%

R = 33.72%
G = 25.53%
B = 40.75%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9CF9 (or 0xCE9CF9) is known color: Mauve. HEX triplet: CE, 9C and F9. RGB value is (206,156,249). Sum of RGB (Red+Green+Blue) = 206+156+249=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE9CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CF9 is #316306. Grayscale: #B5B5B5. Windows color (decimal): -3236615 or 16358606. OLE color: 16358606.

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

Color convert

RGB 206 156 249 -
CMYK 0.17 0.37 0 0.02
HSL 272.26º 0.89% 0.79% -
HSV(B) 272.26º 0.37% 0.98% -
XYZ 54.44 43.74 95.2 -
YUV 181.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 206 156 249 0.17 0.37 0 0.02 272.26 0.89 0.79
Hex CE 9C F9 11 25 0 2 110 59 4F
Octal 316 234 371 21 45 0 2 420 131 117
Binary 11001110 10011100 11111001 10001 100101 0 10 100010000 1011001 1001111

Color Harmonies of #CE9CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CF9

Black with #CE9CF9

Text Example


Text Example

White with #CE9CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CF9; }

 p { color: rgb(206,156,249); }

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

background-color css

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

 a { background-color: rgb(206,156,249); }

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

border-color css

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

 span { border-color: rgb(206,156,249); }

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