Html Css Color HEX #CEA8FA Mauve

📋 copy color: '#CEA8FA'

red 206 ◦ green 168 ◦ blue 250

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

Shades of Mauve #CEA8FA

Tints of Mauve #CEA8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 33.01%
G = 26.92%
B = 40.06%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEA8FA (or 0xCEA8FA) is known color: Mauve. HEX triplet: CE, A8 and FA. RGB value is (206,168,250). Sum of RGB (Red+Green+Blue) = 206+168+250=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8FA is #315705. Grayscale: #BCBCBC. Windows color (decimal): -3233542 or 16427214. OLE color: 16427214.

HSL color Cylindrical-coordinate representation of color #CEA8FA: hue angle of 267.8º degrees, saturation: 0.89, 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 #CEA8FA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 168 250 -
CMYK 0.18 0.33 0 0.02
HSL 267.8º 0.89% 0.82% -
HSV(B) 267.8º 0.33% 0.98% -
XYZ 56.71 48.03 96.72 -
YUV 188.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 206 168 250 0.18 0.33 0 0.02 267.8 0.89 0.82
Hex CE A8 FA 12 21 0 2 10C 59 52
Octal 316 250 372 22 41 0 2 414 131 122
Binary 11001110 10101000 11111010 10010 100001 0 10 100001100 1011001 1010010

Color Harmonies of #CEA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8FA

Black with #CEA8FA

Text Example


Text Example

White with #CEA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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