Html Css Color HEX #CEA5FF Mauve

📋 copy color: '#CEA5FF'

red 206 ◦ green 165 ◦ blue 255

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

Shades of Mauve #CEA5FF

Tints of Mauve #CEA5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.73%

R = 32.91%
G = 26.36%
B = 40.73%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEA5FF (or 0xCEA5FF) is known color: Mauve. HEX triplet: CE, A5 and FF. RGB value is (206,165,255). Sum of RGB (Red+Green+Blue) = 206+165+255=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5FF is #315A00. Grayscale: #BBBBBB. Windows color (decimal): -3234305 or 16754126. OLE color: 16754126.

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

Color convert

RGB 206 165 255 -
CMYK 0.19 0.35 0 0
HSL 267.33º 1% 0.82% -
HSV(B) 267.33º 0.35% 1% -
XYZ 56.96 47.25 100.73 -
YUV 187.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 206 165 255 0.19 0.35 0 0 267.33 1 0.82
Hex CE A5 FF 13 23 0 0 10B 64 52
Octal 316 245 377 23 43 0 0 413 144 122
Binary 11001110 10100101 11111111 10011 100011 0 0 100001011 1100100 1010010

Color Harmonies of #CEA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5FF

Black with #CEA5FF

Text Example


Text Example

White with #CEA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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