Html Css Color HEX #CEA6FD Mauve

📋 copy color: '#CEA6FD'

red 206 ◦ green 166 ◦ blue 253

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

Shades of Mauve #CEA6FD

Tints of Mauve #CEA6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.56%

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

R = 32.96%
G = 26.56%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEA6FD (or 0xCEA6FD) is known color: Mauve. HEX triplet: CE, A6 and FD. RGB value is (206,166,253). Sum of RGB (Red+Green+Blue) = 206+166+253=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6FD is #315902. Grayscale: #BBBBBB. Windows color (decimal): -3234051 or 16623310. OLE color: 16623310.

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

Color convert

RGB 206 166 253 -
CMYK 0.19 0.34 0 0.01
HSL 267.59º 0.96% 0.82% -
HSV(B) 267.59º 0.34% 0.99% -
XYZ 56.82 47.49 99.1 -
YUV 187.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 206 166 253 0.19 0.34 0 0.01 267.59 0.96 0.82
Hex CE A6 FD 13 22 0 1 10C 60 52
Octal 316 246 375 23 42 0 1 414 140 122
Binary 11001110 10100110 11111101 10011 100010 0 1 100001100 1100000 1010010

Color Harmonies of #CEA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6FD

Black with #CEA6FD

Text Example


Text Example

White with #CEA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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