Html Css Color HEX #CEA6FF Mauve

📋 copy color: '#CEA6FF'

red 206 ◦ green 166 ◦ blue 255

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

Shades of Mauve #CEA6FF

Tints of Mauve #CEA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.48%

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

R = 32.85%
G = 26.48%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEA6FF (or 0xCEA6FF) is known color: Mauve. HEX triplet: CE, A6 and FF. RGB value is (206,166,255). Sum of RGB (Red+Green+Blue) = 206+166+255=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6FF is #315900. Grayscale: #BBBBBB. Windows color (decimal): -3234049 or 16754382. OLE color: 16754382.

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

Color convert

RGB 206 166 255 -
CMYK 0.19 0.35 0 0
HSL 266.97º 1% 0.83% -
HSV(B) 266.97º 0.35% 1% -
XYZ 57.14 47.61 100.79 -
YUV 188.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 206 166 255 0.19 0.35 0 0 266.97 1 0.83
Hex CE A6 FF 13 23 0 0 10B 64 53
Octal 316 246 377 23 43 0 0 413 144 123
Binary 11001110 10100110 11111111 10011 100011 0 0 100001011 1100100 1010011

Color Harmonies of #CEA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6FF

Black with #CEA6FF

Text Example


Text Example

White with #CEA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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