Html Css Color HEX #CEA9FE Mauve

📋 copy color: '#CEA9FE'

red 206 ◦ green 169 ◦ blue 254

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

Shades of Mauve #CEA9FE

Tints of Mauve #CEA9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.38%

R = 32.75%
G = 26.87%
B = 40.38%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEA9FE (or 0xCEA9FE) is known color: Mauve. HEX triplet: CE, A9 and FE. RGB value is (206,169,254). Sum of RGB (Red+Green+Blue) = 206+169+254=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9FE is #315601. Grayscale: #BDBDBD. Windows color (decimal): -3233282 or 16689614. OLE color: 16689614.

HSL color Cylindrical-coordinate representation of color #CEA9FE: hue angle of 266.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA9FE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 169 254 -
CMYK 0.19 0.33 0 0.00
HSL 266.12º 0.98% 0.83% -
HSV(B) 266.12º 0.33% 1% -
XYZ 57.53 48.65 100.12 -
YUV 189.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 206 169 254 0.19 0.33 0 0.00 266.12 0.98 0.83
Hex CE A9 FE 13 21 0 0 10A 62 53
Octal 316 251 376 23 41 0 0 412 142 123
Binary 11001110 10101001 11111110 10011 100001 0 0 100001010 1100010 1010011

Color Harmonies of #CEA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9FE

Black with #CEA9FE

Text Example


Text Example

White with #CEA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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