Html Css Color HEX #CEABFE Mauve

📋 copy color: '#CEABFE'

red 206 ◦ green 171 ◦ blue 254

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

Shades of Mauve #CEABFE

Tints of Mauve #CEABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.1%

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 32.65%
G = 27.1%
B = 40.25%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEABFE (or 0xCEABFE) is known color: Mauve. HEX triplet: CE, AB and FE. RGB value is (206,171,254). Sum of RGB (Red+Green+Blue) = 206+171+254=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABFE is #315401. Grayscale: #BEBEBE. Windows color (decimal): -3232770 or 16690126. OLE color: 16690126.

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

Color convert

RGB 206 171 254 -
CMYK 0.19 0.33 0 0.00
HSL 265.3º 0.98% 0.83% -
HSV(B) 265.3º 0.33% 1% -
XYZ 57.91 49.4 100.25 -
YUV 190.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 206 171 254 0.19 0.33 0 0.00 265.3 0.98 0.83
Hex CE AB FE 13 21 0 0 109 62 53
Octal 316 253 376 23 41 0 0 411 142 123
Binary 11001110 10101011 11111110 10011 100001 0 0 100001001 1100010 1010011

Color Harmonies of #CEABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABFE

Black with #CEABFE

Text Example


Text Example

White with #CEABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABFE; }

 p { color: rgb(206,171,254); }

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

background-color css

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

 a { background-color: rgb(206,171,254); }

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

border-color css

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

 span { border-color: rgb(206,171,254); }

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