Html Css Color HEX #CEABFB Mauve

📋 copy color: '#CEABFB'

red 206 ◦ green 171 ◦ blue 251

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

Shades of Mauve #CEABFB

Tints of Mauve #CEABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.97%

R = 32.8%
G = 27.23%
B = 39.97%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEABFB (or 0xCEABFB) is known color: Mauve. HEX triplet: CE, AB and FB. RGB value is (206,171,251). Sum of RGB (Red+Green+Blue) = 206+171+251=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABFB is #315404. Grayscale: #BEBEBE. Windows color (decimal): -3232773 or 16493518. OLE color: 16493518.

HSL color Cylindrical-coordinate representation of color #CEABFB: hue angle of 266.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEABFB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 171 251 -
CMYK 0.18 0.32 0 0.02
HSL 266.25º 0.91% 0.83% -
HSV(B) 266.25º 0.32% 0.98% -
XYZ 57.43 49.21 97.74 -
YUV 190.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 206 171 251 0.18 0.32 0 0.02 266.25 0.91 0.83
Hex CE AB FB 12 20 0 2 10A 5B 53
Octal 316 253 373 22 40 0 2 412 133 123
Binary 11001110 10101011 11111011 10010 100000 0 10 100001010 1011011 1010011

Color Harmonies of #CEABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABFB

Black with #CEABFB

Text Example


Text Example

White with #CEABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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