Html Css Color HEX #CEB3FA Mauve

📋 copy color: '#CEB3FA'

red 206 ◦ green 179 ◦ blue 250

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

Shades of Mauve #CEB3FA

Tints of Mauve #CEB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.19%

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 32.44%
G = 28.19%
B = 39.37%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEB3FA (or 0xCEB3FA) is known color: Mauve. HEX triplet: CE, B3 and FA. RGB value is (206,179,250). Sum of RGB (Red+Green+Blue) = 206+179+250=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3FA is #314C05. Grayscale: #C2C2C2. Windows color (decimal): -3230726 or 16430030. OLE color: 16430030.

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

Color convert

RGB 206 179 250 -
CMYK 0.18 0.28 0 0.02
HSL 262.82º 0.88% 0.84% -
HSV(B) 262.82º 0.28% 0.98% -
XYZ 58.83 52.26 97.43 -
YUV 195.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 206 179 250 0.18 0.28 0 0.02 262.82 0.88 0.84
Hex CE B3 FA 12 1C 0 2 107 58 54
Octal 316 263 372 22 34 0 2 407 130 124
Binary 11001110 10110011 11111010 10010 11100 0 10 100000111 1011000 1010100

Color Harmonies of #CEB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3FA

Black with #CEB3FA

Text Example


Text Example

White with #CEB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3FA; }

 p { color: rgb(206,179,250); }

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

background-color css

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

 a { background-color: rgb(206,179,250); }

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

border-color css

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

 span { border-color: rgb(206,179,250); }

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