Html Css Color HEX #CEA0FE Mauve

📋 copy color: '#CEA0FE'

red 206 ◦ green 160 ◦ blue 254

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

Shades of Mauve #CEA0FE

Tints of Mauve #CEA0FE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.81%

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

R = 33.23%
G = 25.81%
B = 40.97%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEA0FE (or 0xCEA0FE) is known color: Mauve. HEX triplet: CE, A0 and FE. RGB value is (206,160,254). Sum of RGB (Red+Green+Blue) = 206+160+254=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0FE is #315F01. Grayscale: #B8B8B8. Windows color (decimal): -3235586 or 16687310. OLE color: 16687310.

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

Color convert

RGB 206 160 254 -
CMYK 0.19 0.37 0 0.00
HSL 269.36º 0.98% 0.81% -
HSV(B) 269.36º 0.37% 1% -
XYZ 55.91 45.42 99.59 -
YUV 184.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 206 160 254 0.19 0.37 0 0.00 269.36 0.98 0.81
Hex CE A0 FE 13 25 0 0 10D 62 51
Octal 316 240 376 23 45 0 0 415 142 121
Binary 11001110 10100000 11111110 10011 100101 0 0 100001101 1100010 1010001

Color Harmonies of #CEA0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0FE

Black with #CEA0FE

Text Example


Text Example

White with #CEA0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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