Html Css Color HEX #CEA6F3 Mauve

📋 copy color: '#CEA6F3'

red 206 ◦ green 166 ◦ blue 243

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

Shades of Mauve #CEA6F3

Tints of Mauve #CEA6F3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.99%

 BLUE value IS 243 (95.31% from 255) = 39.51%

R = 33.5%
G = 26.99%
B = 39.51%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEA6F3 (or 0xCEA6F3) is known color: Mauve. HEX triplet: CE, A6 and F3. RGB value is (206,166,243). Sum of RGB (Red+Green+Blue) = 206+166+243=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEA6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6F3 is #31590C. Grayscale: #BABABA. Windows color (decimal): -3234061 or 15967950. OLE color: 15967950.

HSL color Cylindrical-coordinate representation of color #CEA6F3: hue angle of 271.17º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA6F3 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 166 243 -
CMYK 0.15 0.32 0 0.05
HSL 271.17º 0.76% 0.8% -
HSV(B) 271.17º 0.32% 0.95% -
XYZ 55.27 46.87 90.93 -
YUV 186.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 206 166 243 0.15 0.32 0 0.05 271.17 0.76 0.8
Hex CE A6 F3 F 20 0 5 10F 4C 50
Octal 316 246 363 17 40 0 5 417 114 120
Binary 11001110 10100110 11110011 1111 100000 0 101 100001111 1001100 1010000

Color Harmonies of #CEA6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6F3

Black with #CEA6F3

Text Example


Text Example

White with #CEA6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6F3; }

 p { color: rgb(206,166,243); }

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

background-color css

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

 a { background-color: rgb(206,166,243); }

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

border-color css

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

 span { border-color: rgb(206,166,243); }

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