Html Css Color HEX #CE9EFD Mauve

📋 copy color: '#CE9EFD'

red 206 ◦ green 158 ◦ blue 253

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

Shades of Mauve #CE9EFD

Tints of Mauve #CE9EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.61%

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

R = 33.39%
G = 25.61%
B = 41%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE9EFD (or 0xCE9EFD) is known color: Mauve. HEX triplet: CE, 9E and FD. RGB value is (206,158,253). Sum of RGB (Red+Green+Blue) = 206+158+253=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EFD is #316102. Grayscale: #B6B6B6. Windows color (decimal): -3236099 or 16621262. OLE color: 16621262.

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

Color convert

RGB 206 158 253 -
CMYK 0.19 0.38 0 0.01
HSL 270.32º 0.96% 0.81% -
HSV(B) 270.32º 0.38% 0.99% -
XYZ 55.41 44.67 98.63 -
YUV 183.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 206 158 253 0.19 0.38 0 0.01 270.32 0.96 0.81
Hex CE 9E FD 13 26 0 1 10E 60 51
Octal 316 236 375 23 46 0 1 416 140 121
Binary 11001110 10011110 11111101 10011 100110 0 1 100001110 1100000 1010001

Color Harmonies of #CE9EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EFD

Black with #CE9EFD

Text Example


Text Example

White with #CE9EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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