Html Css Color HEX #CEA9FF Mauve

📋 copy color: '#CEA9FF'

red 206 ◦ green 169 ◦ blue 255

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

Shades of Mauve #CEA9FF

Tints of Mauve #CEA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.83%

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

R = 32.7%
G = 26.83%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEA9FF (or 0xCEA9FF) is known color: Mauve. HEX triplet: CE, A9 and FF. RGB value is (206,169,255). Sum of RGB (Red+Green+Blue) = 206+169+255=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9FF is #315600. Grayscale: #BDBDBD. Windows color (decimal): -3233281 or 16755150. OLE color: 16755150.

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

Color convert

RGB 206 169 255 -
CMYK 0.19 0.34 0 0
HSL 265.81º 1% 0.83% -
HSV(B) 265.81º 0.34% 1% -
XYZ 57.69 48.72 100.97 -
YUV 189.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 206 169 255 0.19 0.34 0 0 265.81 1 0.83
Hex CE A9 FF 13 22 0 0 10A 64 53
Octal 316 251 377 23 42 0 0 412 144 123
Binary 11001110 10101001 11111111 10011 100010 0 0 100001010 1100100 1010011

Color Harmonies of #CEA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9FF

Black with #CEA9FF

Text Example


Text Example

White with #CEA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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