Html Css Color HEX #CEA3FE Mauve

📋 copy color: '#CEA3FE'

red 206 ◦ green 163 ◦ blue 254

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

Shades of Mauve #CEA3FE

Tints of Mauve #CEA3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.16%

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

R = 33.07%
G = 26.16%
B = 40.77%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEA3FE (or 0xCEA3FE) is known color: Mauve. HEX triplet: CE, A3 and FE. RGB value is (206,163,254). Sum of RGB (Red+Green+Blue) = 206+163+254=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3FE is #315C01. Grayscale: #B9B9B9. Windows color (decimal): -3234818 or 16688078. OLE color: 16688078.

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

Color convert

RGB 206 163 254 -
CMYK 0.19 0.36 0 0.00
HSL 268.35º 0.98% 0.82% -
HSV(B) 268.35º 0.36% 1% -
XYZ 56.44 46.47 99.76 -
YUV 186.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 206 163 254 0.19 0.36 0 0.00 268.35 0.98 0.82
Hex CE A3 FE 13 24 0 0 10C 62 52
Octal 316 243 376 23 44 0 0 414 142 122
Binary 11001110 10100011 11111110 10011 100100 0 0 100001100 1100010 1010010

Color Harmonies of #CEA3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA3FE

Black with #CEA3FE

Text Example


Text Example

White with #CEA3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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