Html Css Color HEX #CEA1FC Mauve

📋 copy color: '#CEA1FC'

red 206 ◦ green 161 ◦ blue 252

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

Shades of Mauve #CEA1FC

Tints of Mauve #CEA1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.01%

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

R = 33.28%
G = 26.01%
B = 40.71%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEA1FC (or 0xCEA1FC) is known color: Mauve. HEX triplet: CE, A1 and FC. RGB value is (206,161,252). Sum of RGB (Red+Green+Blue) = 206+161+252=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1FC is #315E03. Grayscale: #B8B8B8. Windows color (decimal): -3235332 or 16556494. OLE color: 16556494.

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

Color convert

RGB 206 161 252 -
CMYK 0.18 0.36 0 0.01
HSL 269.67º 0.94% 0.81% -
HSV(B) 269.67º 0.36% 0.99% -
XYZ 55.77 45.64 97.97 -
YUV 184.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 206 161 252 0.18 0.36 0 0.01 269.67 0.94 0.81
Hex CE A1 FC 12 24 0 1 10E 5E 51
Octal 316 241 374 22 44 0 1 416 136 121
Binary 11001110 10100001 11111100 10010 100100 0 1 100001110 1011110 1010001

Color Harmonies of #CEA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1FC

Black with #CEA1FC

Text Example


Text Example

White with #CEA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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