Html Css Color HEX #CEA2F9 Mauve

📋 copy color: '#CEA2F9'

red 206 ◦ green 162 ◦ blue 249

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

Shades of Mauve #CEA2F9

Tints of Mauve #CEA2F9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.26%

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

R = 33.39%
G = 26.26%
B = 40.36%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEA2F9 (or 0xCEA2F9) is known color: Mauve. HEX triplet: CE, A2 and F9. RGB value is (206,162,249). Sum of RGB (Red+Green+Blue) = 206+162+249=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEA2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2F9 is #315D06. Grayscale: #B8B8B8. Windows color (decimal): -3235079 or 16360142. OLE color: 16360142.

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

Color convert

RGB 206 162 249 -
CMYK 0.17 0.35 0 0.02
HSL 270.34º 0.88% 0.81% -
HSV(B) 270.34º 0.35% 0.98% -
XYZ 55.47 45.8 95.54 -
YUV 185.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 206 162 249 0.17 0.35 0 0.02 270.34 0.88 0.81
Hex CE A2 F9 11 23 0 2 10E 58 51
Octal 316 242 371 21 43 0 2 416 130 121
Binary 11001110 10100010 11111001 10001 100011 0 10 100001110 1011000 1010001

Color Harmonies of #CEA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2F9

Black with #CEA2F9

Text Example


Text Example

White with #CEA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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