Html Css Color HEX #CEB0FF Mauve

📋 copy color: '#CEB0FF'

red 206 ◦ green 176 ◦ blue 255

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

Shades of Mauve #CEB0FF

Tints of Mauve #CEB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.63%

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

R = 32.34%
G = 27.63%
B = 40.03%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEB0FF (or 0xCEB0FF) is known color: Mauve. HEX triplet: CE, B0 and FF. RGB value is (206,176,255). Sum of RGB (Red+Green+Blue) = 206+176+255=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0FF is #314F00. Grayscale: #C1C1C1. Windows color (decimal): -3231489 or 16756942. OLE color: 16756942.

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

Color convert

RGB 206 176 255 -
CMYK 0.19 0.31 0 0
HSL 262.78º 1% 0.85% -
HSV(B) 262.78º 0.31% 1% -
XYZ 59.03 51.39 101.42 -
YUV 193.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 206 176 255 0.19 0.31 0 0 262.78 1 0.85
Hex CE B0 FF 13 1F 0 0 107 64 55
Octal 316 260 377 23 37 0 0 407 144 125
Binary 11001110 10110000 11111111 10011 11111 0 0 100000111 1100100 1010101

Color Harmonies of #CEB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0FF

Black with #CEB0FF

Text Example


Text Example

White with #CEB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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