Html Css Color HEX #CE9EFC Mauve

📋 copy color: '#CE9EFC'

red 206 ◦ green 158 ◦ blue 252

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

Shades of Mauve #CE9EFC

Tints of Mauve #CE9EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

 BLUE value IS 252 (98.83% from 255) = 40.91%

R = 33.44%
G = 25.65%
B = 40.91%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE9EFC (or 0xCE9EFC) is known color: Mauve. HEX triplet: CE, 9E and FC. RGB value is (206,158,252). Sum of RGB (Red+Green+Blue) = 206+158+252=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EFC is #316103. Grayscale: #B6B6B6. Windows color (decimal): -3236100 or 16555726. OLE color: 16555726.

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

Color convert

RGB 206 158 252 -
CMYK 0.18 0.37 0 0.01
HSL 270.64º 0.94% 0.8% -
HSV(B) 270.64º 0.37% 0.99% -
XYZ 55.25 44.6 97.79 -
YUV 183.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 206 158 252 0.18 0.37 0 0.01 270.64 0.94 0.8
Hex CE 9E FC 12 25 0 1 10F 5E 50
Octal 316 236 374 22 45 0 1 417 136 120
Binary 11001110 10011110 11111100 10010 100101 0 1 100001111 1011110 1010000

Color Harmonies of #CE9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EFC

Black with #CE9EFC

Text Example


Text Example

White with #CE9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EFC; }

 p { color: rgb(206,158,252); }

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

background-color css

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

 a { background-color: rgb(206,158,252); }

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

border-color css

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

 span { border-color: rgb(206,158,252); }

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