Html Css Color HEX #CEA0FF Mauve

📋 copy color: '#CEA0FF'

red 206 ◦ green 160 ◦ blue 255

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

Shades of Mauve #CEA0FF

Tints of Mauve #CEA0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 33.17%
G = 25.76%
B = 41.06%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEA0FF (or 0xCEA0FF) is known color: Mauve. HEX triplet: CE, A0 and FF. RGB value is (206,160,255). Sum of RGB (Red+Green+Blue) = 206+160+255=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0FF is #315F00. Grayscale: #B8B8B8. Windows color (decimal): -3235585 or 16752846. OLE color: 16752846.

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

Color convert

RGB 206 160 255 -
CMYK 0.19 0.37 0 0
HSL 269.05º 1% 0.81% -
HSV(B) 269.05º 0.37% 1% -
XYZ 56.07 45.48 100.43 -
YUV 184.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 206 160 255 0.19 0.37 0 0 269.05 1 0.81
Hex CE A0 FF 13 25 0 0 10D 64 51
Octal 316 240 377 23 45 0 0 415 144 121
Binary 11001110 10100000 11111111 10011 100101 0 0 100001101 1100100 1010001

Color Harmonies of #CEA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0FF

Black with #CEA0FF

Text Example


Text Example

White with #CEA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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