Html Css Color HEX #CE9AFD Mauve

📋 copy color: '#CE9AFD'

red 206 ◦ green 154 ◦ blue 253

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

Shades of Mauve #CE9AFD

Tints of Mauve #CE9AFD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.12%

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

R = 33.61%
G = 25.12%
B = 41.27%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE9AFD (or 0xCE9AFD) is known color: Mauve. HEX triplet: CE, 9A and FD. RGB value is (206,154,253). Sum of RGB (Red+Green+Blue) = 206+154+253=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AFD is #316502. Grayscale: #B4B4B4. Windows color (decimal): -3237123 or 16620238. OLE color: 16620238.

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

Color convert

RGB 206 154 253 -
CMYK 0.19 0.39 0 0.01
HSL 271.52º 0.96% 0.8% -
HSV(B) 271.52º 0.39% 0.99% -
XYZ 54.74 43.32 98.41 -
YUV 180.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 206 154 253 0.19 0.39 0 0.01 271.52 0.96 0.8
Hex CE 9A FD 13 27 0 1 110 60 50
Octal 316 232 375 23 47 0 1 420 140 120
Binary 11001110 10011010 11111101 10011 100111 0 1 100010000 1100000 1010000

Color Harmonies of #CE9AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9AFD

Black with #CE9AFD

Text Example


Text Example

White with #CE9AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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