Html Css Color HEX #CEA2FE Mauve

📋 copy color: '#CEA2FE'

red 206 ◦ green 162 ◦ blue 254

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

Shades of Mauve #CEA2FE

Tints of Mauve #CEA2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.05%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 33.12%
G = 26.05%
B = 40.84%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEA2FE (or 0xCEA2FE) is known color: Mauve. HEX triplet: CE, A2 and FE. RGB value is (206,162,254). Sum of RGB (Red+Green+Blue) = 206+162+254=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2FE is #315D01. Grayscale: #B9B9B9. Windows color (decimal): -3235074 or 16687822. OLE color: 16687822.

HSL color Cylindrical-coordinate representation of color #CEA2FE: hue angle of 268.7º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA2FE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 162 254 -
CMYK 0.19 0.36 0 0.00
HSL 268.7º 0.98% 0.82% -
HSV(B) 268.7º 0.36% 1% -
XYZ 56.26 46.12 99.7 -
YUV 185.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 206 162 254 0.19 0.36 0 0.00 268.7 0.98 0.82
Hex CE A2 FE 13 24 0 0 10D 62 52
Octal 316 242 376 23 44 0 0 415 142 122
Binary 11001110 10100010 11111110 10011 100100 0 0 100001101 1100010 1010010

Color Harmonies of #CEA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2FE

Black with #CEA2FE

Text Example


Text Example

White with #CEA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2FE; }

 p { color: rgb(206,162,254); }

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

background-color css

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

 a { background-color: rgb(206,162,254); }

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

border-color css

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

 span { border-color: rgb(206,162,254); }

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