Html Css Color HEX #CEA8F9 Mauve

📋 copy color: '#CEA8F9'

red 206 ◦ green 168 ◦ blue 249

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

Shades of Mauve #CEA8F9

Tints of Mauve #CEA8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.97%

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

R = 33.07%
G = 26.97%
B = 39.97%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEA8F9 (or 0xCEA8F9) is known color: Mauve. HEX triplet: CE, A8 and F9. RGB value is (206,168,249). Sum of RGB (Red+Green+Blue) = 206+168+249=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEA8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8F9 is #315706. Grayscale: #BCBCBC. Windows color (decimal): -3233543 or 16361678. OLE color: 16361678.

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

Color convert

RGB 206 168 249 -
CMYK 0.17 0.33 0 0.02
HSL 268.15º 0.87% 0.82% -
HSV(B) 268.15º 0.33% 0.98% -
XYZ 56.56 47.97 95.9 -
YUV 188.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 206 168 249 0.17 0.33 0 0.02 268.15 0.87 0.82
Hex CE A8 F9 11 21 0 2 10C 57 52
Octal 316 250 371 21 41 0 2 414 127 122
Binary 11001110 10101000 11111001 10001 100001 0 10 100001100 1010111 1010010

Color Harmonies of #CEA8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8F9

Black with #CEA8F9

Text Example


Text Example

White with #CEA8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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