Html Css Color HEX #CEA8FC Mauve

📋 copy color: '#CEA8FC'

red 206 ◦ green 168 ◦ blue 252

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

Shades of Mauve #CEA8FC

Tints of Mauve #CEA8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 32.91%
G = 26.84%
B = 40.26%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEA8FC (or 0xCEA8FC) is known color: Mauve. HEX triplet: CE, A8 and FC. RGB value is (206,168,252). Sum of RGB (Red+Green+Blue) = 206+168+252=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8FC is #315703. Grayscale: #BCBCBC. Windows color (decimal): -3233540 or 16558286. OLE color: 16558286.

HSL color Cylindrical-coordinate representation of color #CEA8FC: hue angle of 267.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA8FC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 168 252 -
CMYK 0.18 0.33 0 0.01
HSL 267.14º 0.93% 0.82% -
HSV(B) 267.14º 0.33% 0.99% -
XYZ 57.03 48.16 98.38 -
YUV 188.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 206 168 252 0.18 0.33 0 0.01 267.14 0.93 0.82
Hex CE A8 FC 12 21 0 1 10B 5D 52
Octal 316 250 374 22 41 0 1 413 135 122
Binary 11001110 10101000 11111100 10010 100001 0 1 100001011 1011101 1010010

Color Harmonies of #CEA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8FC

Black with #CEA8FC

Text Example


Text Example

White with #CEA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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