Html Css Color HEX #CEA4FE Mauve

📋 copy color: '#CEA4FE'

red 206 ◦ green 164 ◦ blue 254

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

Shades of Mauve #CEA4FE

Tints of Mauve #CEA4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.28%

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

R = 33.01%
G = 26.28%
B = 40.71%

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

#CEA4FE (or 0xCEA4FE) is known color: Mauve. HEX triplet: CE, A4 and FE. RGB value is (206,164,254). Sum of RGB (Red+Green+Blue) = 206+164+254=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4FE is #315B01. Grayscale: #BABABA. Windows color (decimal): -3234562 or 16688334. OLE color: 16688334.

HSL color Cylindrical-coordinate representation of color #CEA4FE: hue angle of 268º 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 #CEA4FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 164 254 -
CMYK 0.19 0.35 0 0.00
HSL 268º 0.98% 0.82% -
HSV(B) 268º 0.35% 1% -
XYZ 56.62 46.83 99.82 -
YUV 186.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 206 164 254 0.19 0.35 0 0.00 268 0.98 0.82
Hex CE A4 FE 13 23 0 0 10C 62 52
Octal 316 244 376 23 43 0 0 414 142 122
Binary 11001110 10100100 11111110 10011 100011 0 0 100001100 1100010 1010010

Color Harmonies of #CEA4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4FE

Black with #CEA4FE

Text Example


Text Example

White with #CEA4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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