Html Css Color HEX #CEA6FA Mauve

📋 copy color: '#CEA6FA'

red 206 ◦ green 166 ◦ blue 250

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

Shades of Mauve #CEA6FA

Tints of Mauve #CEA6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 33.12%
G = 26.69%
B = 40.19%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEA6FA (or 0xCEA6FA) is known color: Mauve. HEX triplet: CE, A6 and FA. RGB value is (206,166,250). Sum of RGB (Red+Green+Blue) = 206+166+250=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6FA is #315905. Grayscale: #BBBBBB. Windows color (decimal): -3234054 or 16426702. OLE color: 16426702.

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

Color convert

RGB 206 166 250 -
CMYK 0.18 0.34 0 0.02
HSL 268.57º 0.89% 0.82% -
HSV(B) 268.57º 0.34% 0.98% -
XYZ 56.35 47.3 96.6 -
YUV 187.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 206 166 250 0.18 0.34 0 0.02 268.57 0.89 0.82
Hex CE A6 FA 12 22 0 2 10D 59 52
Octal 316 246 372 22 42 0 2 415 131 122
Binary 11001110 10100110 11111010 10010 100010 0 10 100001101 1011001 1010010

Color Harmonies of #CEA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6FA

Black with #CEA6FA

Text Example


Text Example

White with #CEA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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