Html Css Color HEX #CEA5FE Mauve

📋 copy color: '#CEA5FE'

red 206 ◦ green 165 ◦ blue 254

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

Shades of Mauve #CEA5FE

Tints of Mauve #CEA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.4%

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

R = 32.96%
G = 26.4%
B = 40.64%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEA5FE (or 0xCEA5FE) is known color: Mauve. HEX triplet: CE, A5 and FE. RGB value is (206,165,254). Sum of RGB (Red+Green+Blue) = 206+165+254=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5FE is #315A01. Grayscale: #BBBBBB. Windows color (decimal): -3234306 or 16688590. OLE color: 16688590.

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

Color convert

RGB 206 165 254 -
CMYK 0.19 0.35 0 0.00
HSL 267.64º 0.98% 0.82% -
HSV(B) 267.64º 0.35% 1% -
XYZ 56.8 47.19 99.88 -
YUV 187.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 206 165 254 0.19 0.35 0 0.00 267.64 0.98 0.82
Hex CE A5 FE 13 23 0 0 10C 62 52
Octal 316 245 376 23 43 0 0 414 142 122
Binary 11001110 10100101 11111110 10011 100011 0 0 100001100 1100010 1010010

Color Harmonies of #CEA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5FE

Black with #CEA5FE

Text Example


Text Example

White with #CEA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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