#CEA5FA

Color #CEA5FA Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CEA5FA

Tints of Mauve #CEA5FA

Color information

#CEA5FA (or 0xCEA5FA) is unknown color: approx Mauve. HEX triplet: CE, A5 and FA. RGB value is (206,165,250). Sum of RGB (Red+Green+Blue) = 206+165+250=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5FA is #315A05. Grayscale: #BABABA. Windows color (decimal): -3234310 or 16426446. OLE color: 16426446.

HSL color Cylindrical-coordinate representation of color #CEA5FA: hue angle of 268.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA5FA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206165250-
CMYK0.180.3400.02
HSL268.94º89.47%81.37%-
HSV(B)268.94º34%98.04%-
XYZ56.1646.9396.54-
YUV186.95163.58141.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 165 (64.84% from 255) = 26.57%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=33.17%
G=26.57%
B=40.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061652500.180.3400.02268.9489.4781.37
HexCEA5FA12220210d5951
Octal316245372224202415131121
Binary1100111010100101111110101001010001001010000110110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5FA; }

 p { color: rgb(206,165,250); }

 H1.HeaderClassName
 {
   color: #CEA5FA;
 }
 .AnyTagClassName
 {
   color: #CEA5FA;
 }
</style>
background-color css

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

 a { background-color: rgb(206,165,250); }

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

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

 span { border-color: rgb(206,165,250); }

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