Html Css Color HEX #CEA5F9 Mauve

📋 copy color: '#CEA5F9'

red 206 ◦ green 165 ◦ blue 249

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

Shades of Mauve #CEA5F9

Tints of Mauve #CEA5F9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.61%

 BLUE value IS 249 (97.66% from 255) = 40.16%

R = 33.23%
G = 26.61%
B = 40.16%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEA5F9 (or 0xCEA5F9) is known color: Mauve. HEX triplet: CE, A5 and F9. RGB value is (206,165,249). Sum of RGB (Red+Green+Blue) = 206+165+249=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEA5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5F9 is #315A06. Grayscale: #BABABA. Windows color (decimal): -3234311 or 16360910. OLE color: 16360910.

HSL color Cylindrical-coordinate representation of color #CEA5F9: hue angle of 269.29º degrees, saturation: 0.88, 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 #CEA5F9 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 165 249 -
CMYK 0.17 0.34 0 0.02
HSL 269.29º 0.88% 0.81% -
HSV(B) 269.29º 0.34% 0.98% -
XYZ 56.01 46.87 95.72 -
YUV 186.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 206 165 249 0.17 0.34 0 0.02 269.29 0.88 0.81
Hex CE A5 F9 11 22 0 2 10D 58 51
Octal 316 245 371 21 42 0 2 415 130 121
Binary 11001110 10100101 11111001 10001 100010 0 10 100001101 1011000 1010001

Color Harmonies of #CEA5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5F9

Black with #CEA5F9

Text Example


Text Example

White with #CEA5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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