Html Css Color HEX #CE9DFF Mauve

📋 copy color: '#CE9DFF'

red 206 ◦ green 157 ◦ blue 255

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

Shades of Mauve #CE9DFF

Tints of Mauve #CE9DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.4%

 BLUE value IS 255 (100% from 255) = 41.26%

R = 33.33%
G = 25.4%
B = 41.26%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE9DFF (or 0xCE9DFF) is known color: Mauve. HEX triplet: CE, 9D and FF. RGB value is (206,157,255). Sum of RGB (Red+Green+Blue) = 206+157+255=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DFF is #316200. Grayscale: #B6B6B6. Windows color (decimal): -3236353 or 16752078. OLE color: 16752078.

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

Color convert

RGB 206 157 255 -
CMYK 0.19 0.38 0 0
HSL 270º 1% 0.81% -
HSV(B) 270º 0.38% 1% -
XYZ 55.56 44.46 100.26 -
YUV 182.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 206 157 255 0.19 0.38 0 0 270 1 0.81
Hex CE 9D FF 13 26 0 0 10E 64 51
Octal 316 235 377 23 46 0 0 416 144 121
Binary 11001110 10011101 11111111 10011 100110 0 0 100001110 1100100 1010001

Color Harmonies of #CE9DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DFF

Black with #CE9DFF

Text Example


Text Example

White with #CE9DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DFF; }

 p { color: rgb(206,157,255); }

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

background-color css

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

 a { background-color: rgb(206,157,255); }

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

border-color css

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

 span { border-color: rgb(206,157,255); }

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