Html Css Color HEX #CEA6F7 Mauve

📋 copy color: '#CEA6F7'

red 206 ◦ green 166 ◦ blue 247

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

Shades of Mauve #CEA6F7

Tints of Mauve #CEA6F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.9%

R = 33.28%
G = 26.82%
B = 39.9%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CEA6F7 (or 0xCEA6F7) is known color: Mauve. HEX triplet: CE, A6 and F7. RGB value is (206,166,247). Sum of RGB (Red+Green+Blue) = 206+166+247=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6F7 is #315908. Grayscale: #BABABA. Windows color (decimal): -3234057 or 16230094. OLE color: 16230094.

HSL color Cylindrical-coordinate representation of color #CEA6F7: hue angle of 269.63º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA6F7 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 166 247 -
CMYK 0.17 0.33 0 0.03
HSL 269.63º 0.84% 0.81% -
HSV(B) 269.63º 0.33% 0.97% -
XYZ 55.88 47.11 94.14 -
YUV 187.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 206 166 247 0.17 0.33 0 0.03 269.63 0.84 0.81
Hex CE A6 F7 11 21 0 3 10E 54 51
Octal 316 246 367 21 41 0 3 416 124 121
Binary 11001110 10100110 11110111 10001 100001 0 11 100001110 1010100 1010001

Color Harmonies of #CEA6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6F7

Black with #CEA6F7

Text Example


Text Example

White with #CEA6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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