Html Css Color HEX #CEA5FD Mauve

📋 copy color: '#CEA5FD'

red 206 ◦ green 165 ◦ blue 253

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

Shades of Mauve #CEA5FD

Tints of Mauve #CEA5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 33.01%
G = 26.44%
B = 40.54%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEA5FD (or 0xCEA5FD) is known color: Mauve. HEX triplet: CE, A5 and FD. RGB value is (206,165,253). Sum of RGB (Red+Green+Blue) = 206+165+253=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5FD is #315A02. Grayscale: #BABABA. Windows color (decimal): -3234307 or 16623054. OLE color: 16623054.

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

Color convert

RGB 206 165 253 -
CMYK 0.19 0.35 0 0.01
HSL 267.95º 0.96% 0.82% -
HSV(B) 267.95º 0.35% 0.99% -
XYZ 56.64 47.12 99.04 -
YUV 187.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 206 165 253 0.19 0.35 0 0.01 267.95 0.96 0.82
Hex CE A5 FD 13 23 0 1 10C 60 52
Octal 316 245 375 23 43 0 1 414 140 122
Binary 11001110 10100101 11111101 10011 100011 0 1 100001100 1100000 1010010

Color Harmonies of #CEA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5FD

Black with #CEA5FD

Text Example


Text Example

White with #CEA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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