Html Css Color HEX #CEA7FD Mauve

📋 copy color: '#CEA7FD'

red 206 ◦ green 167 ◦ blue 253

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

Shades of Mauve #CEA7FD

Tints of Mauve #CEA7FD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.68%

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

R = 32.91%
G = 26.68%
B = 40.42%

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

#CEA7FD (or 0xCEA7FD) is known color: Mauve. HEX triplet: CE, A7 and FD. RGB value is (206,167,253). Sum of RGB (Red+Green+Blue) = 206+167+253=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA7FD is #315802. Grayscale: #BCBCBC. Windows color (decimal): -3233795 or 16623566. OLE color: 16623566.

HSL color Cylindrical-coordinate representation of color #CEA7FD: hue angle of 267.21º 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 #CEA7FD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 167 253 -
CMYK 0.19 0.34 0 0.01
HSL 267.21º 0.96% 0.82% -
HSV(B) 267.21º 0.34% 0.99% -
XYZ 57 47.85 99.16 -
YUV 188.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 206 167 253 0.19 0.34 0 0.01 267.21 0.96 0.82
Hex CE A7 FD 13 22 0 1 10B 60 52
Octal 316 247 375 23 42 0 1 413 140 122
Binary 11001110 10100111 11111101 10011 100010 0 1 100001011 1100000 1010010

Color Harmonies of #CEA7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7FD

Black with #CEA7FD

Text Example


Text Example

White with #CEA7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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