Html Css Color HEX #CEA7FC Mauve

📋 copy color: '#CEA7FC'

red 206 ◦ green 167 ◦ blue 252

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

Shades of Mauve #CEA7FC

Tints of Mauve #CEA7FC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.72%

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

R = 32.96%
G = 26.72%
B = 40.32%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEA7FC (or 0xCEA7FC) is known color: Mauve. HEX triplet: CE, A7 and FC. RGB value is (206,167,252). Sum of RGB (Red+Green+Blue) = 206+167+252=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEA7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA7FC is #315803. Grayscale: #BCBCBC. Windows color (decimal): -3233796 or 16558030. OLE color: 16558030.

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

Color convert

RGB 206 167 252 -
CMYK 0.18 0.34 0 0.01
HSL 267.53º 0.93% 0.82% -
HSV(B) 267.53º 0.34% 0.99% -
XYZ 56.84 47.79 98.32 -
YUV 188.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 206 167 252 0.18 0.34 0 0.01 267.53 0.93 0.82
Hex CE A7 FC 12 22 0 1 10C 5D 52
Octal 316 247 374 22 42 0 1 414 135 122
Binary 11001110 10100111 11111100 10010 100010 0 1 100001100 1011101 1010010

Color Harmonies of #CEA7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7FC

Black with #CEA7FC

Text Example


Text Example

White with #CEA7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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