Html Css Color HEX #CEA6FE Mauve

📋 copy color: '#CEA6FE'

red 206 ◦ green 166 ◦ blue 254

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

Shades of Mauve #CEA6FE

Tints of Mauve #CEA6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 32.91%
G = 26.52%
B = 40.58%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEA6FE (or 0xCEA6FE) is known color: Mauve. HEX triplet: CE, A6 and FE. RGB value is (206,166,254). Sum of RGB (Red+Green+Blue) = 206+166+254=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6FE is #315901. Grayscale: #BBBBBB. Windows color (decimal): -3234050 or 16688846. OLE color: 16688846.

HSL color Cylindrical-coordinate representation of color #CEA6FE: hue angle of 267.27º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA6FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 166 254 -
CMYK 0.19 0.35 0 0.00
HSL 267.27º 0.98% 0.82% -
HSV(B) 267.27º 0.35% 1% -
XYZ 56.98 47.55 99.94 -
YUV 187.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 206 166 254 0.19 0.35 0 0.00 267.27 0.98 0.82
Hex CE A6 FE 13 23 0 0 10B 62 52
Octal 316 246 376 23 43 0 0 413 142 122
Binary 11001110 10100110 11111110 10011 100011 0 0 100001011 1100010 1010010

Color Harmonies of #CEA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6FE

Black with #CEA6FE

Text Example


Text Example

White with #CEA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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