Html Css Color HEX #CEA9F3 Mauve

📋 copy color: '#CEA9F3'

red 206 ◦ green 169 ◦ blue 243

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

Shades of Mauve #CEA9F3

Tints of Mauve #CEA9F3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.35%

 BLUE value IS 243 (95.31% from 255) = 39.32%

R = 33.33%
G = 27.35%
B = 39.32%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEA9F3 (or 0xCEA9F3) is known color: Mauve. HEX triplet: CE, A9 and F3. RGB value is (206,169,243). Sum of RGB (Red+Green+Blue) = 206+169+243=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9F3 is #31560C. Grayscale: #BCBCBC. Windows color (decimal): -3233293 or 15968718. OLE color: 15968718.

HSL color Cylindrical-coordinate representation of color #CEA9F3: hue angle of 270º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA9F3 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 169 243 -
CMYK 0.15 0.30 0 0.05
HSL 270º 0.76% 0.81% -
HSV(B) 270º 0.3% 0.95% -
XYZ 55.82 47.97 91.11 -
YUV 188.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 206 169 243 0.15 0.30 0 0.05 270 0.76 0.81
Hex CE A9 F3 F 1E 0 5 10E 4C 51
Octal 316 251 363 17 36 0 5 416 114 121
Binary 11001110 10101001 11110011 1111 11110 0 101 100001110 1001100 1010001

Color Harmonies of #CEA9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9F3

Black with #CEA9F3

Text Example


Text Example

White with #CEA9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9F3; }

 p { color: rgb(206,169,243); }

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

background-color css

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

 a { background-color: rgb(206,169,243); }

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

border-color css

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

 span { border-color: rgb(206,169,243); }

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