Html Css Color HEX #CEA8FE Mauve

📋 copy color: '#CEA8FE'

red 206 ◦ green 168 ◦ blue 254

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

Shades of Mauve #CEA8FE

Tints of Mauve #CEA8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.75%

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

R = 32.8%
G = 26.75%
B = 40.45%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEA8FE (or 0xCEA8FE) is known color: Mauve. HEX triplet: CE, A8 and FE. RGB value is (206,168,254). Sum of RGB (Red+Green+Blue) = 206+168+254=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8FE is #315701. Grayscale: #BCBCBC. Windows color (decimal): -3233538 or 16689358. OLE color: 16689358.

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

Color convert

RGB 206 168 254 -
CMYK 0.19 0.34 0 0.00
HSL 266.51º 0.98% 0.83% -
HSV(B) 266.51º 0.34% 1% -
XYZ 57.35 48.28 100.06 -
YUV 189.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 206 168 254 0.19 0.34 0 0.00 266.51 0.98 0.83
Hex CE A8 FE 13 22 0 0 10B 62 53
Octal 316 250 376 23 42 0 0 413 142 123
Binary 11001110 10101000 11111110 10011 100010 0 0 100001011 1100010 1010011

Color Harmonies of #CEA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8FE

Black with #CEA8FE

Text Example


Text Example

White with #CEA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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