Html Css Color HEX #CEA6FC Mauve

📋 copy color: '#CEA6FC'

red 206 ◦ green 166 ◦ blue 252

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

Shades of Mauve #CEA6FC

Tints of Mauve #CEA6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.6%

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

R = 33.01%
G = 26.6%
B = 40.38%

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

#CEA6FC (or 0xCEA6FC) is known color: Mauve. HEX triplet: CE, A6 and FC. RGB value is (206,166,252). Sum of RGB (Red+Green+Blue) = 206+166+252=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6FC is #315903. Grayscale: #BBBBBB. Windows color (decimal): -3234052 or 16557774. OLE color: 16557774.

HSL color Cylindrical-coordinate representation of color #CEA6FC: hue angle of 267.91º 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 #CEA6FC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 166 252 -
CMYK 0.18 0.34 0 0.01
HSL 267.91º 0.93% 0.82% -
HSV(B) 267.91º 0.34% 0.99% -
XYZ 56.66 47.42 98.26 -
YUV 187.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 206 166 252 0.18 0.34 0 0.01 267.91 0.93 0.82
Hex CE A6 FC 12 22 0 1 10C 5D 52
Octal 316 246 374 22 42 0 1 414 135 122
Binary 11001110 10100110 11111100 10010 100010 0 1 100001100 1011101 1010010

Color Harmonies of #CEA6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6FC

Black with #CEA6FC

Text Example


Text Example

White with #CEA6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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