Html Css Color HEX #CE9FF6 Mauve

📋 copy color: '#CE9FF6'

red 206 ◦ green 159 ◦ blue 246

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

Shades of Mauve #CE9FF6

Tints of Mauve #CE9FF6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.02%

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 33.72%
G = 26.02%
B = 40.26%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE9FF6 (or 0xCE9FF6) is known color: Mauve. HEX triplet: CE, 9F and F6. RGB value is (206,159,246). Sum of RGB (Red+Green+Blue) = 206+159+246=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE9FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FF6 is #316009. Grayscale: #B6B6B6. Windows color (decimal): -3235850 or 16162766. OLE color: 16162766.

HSL color Cylindrical-coordinate representation of color #CE9FF6: hue angle of 272.41º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9FF6 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 159 246 -
CMYK 0.16 0.35 0 0.04
HSL 272.41º 0.83% 0.79% -
HSV(B) 272.41º 0.35% 0.96% -
XYZ 54.49 44.57 92.92 -
YUV 182.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 206 159 246 0.16 0.35 0 0.04 272.41 0.83 0.79
Hex CE 9F F6 10 23 0 4 110 53 4F
Octal 316 237 366 20 43 0 4 420 123 117
Binary 11001110 10011111 11110110 10000 100011 0 100 100010000 1010011 1001111

Color Harmonies of #CE9FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FF6

Black with #CE9FF6

Text Example


Text Example

White with #CE9FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FF6; }

 p { color: rgb(206,159,246); }

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

background-color css

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

 a { background-color: rgb(206,159,246); }

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

border-color css

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

 span { border-color: rgb(206,159,246); }

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