Html Css Color HEX #CEB6FF Mauve

📋 copy color: '#CEB6FF'

red 206 ◦ green 182 ◦ blue 255

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

Shades of Mauve #CEB6FF

Tints of Mauve #CEB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.3%

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

R = 32.04%
G = 28.3%
B = 39.66%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEB6FF (or 0xCEB6FF) is known color: Mauve. HEX triplet: CE, B6 and FF. RGB value is (206,182,255). Sum of RGB (Red+Green+Blue) = 206+182+255=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB6FF is #314900. Grayscale: #C5C5C5. Windows color (decimal): -3229953 or 16758478. OLE color: 16758478.

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

Color convert

RGB 206 182 255 -
CMYK 0.19 0.29 0 0
HSL 259.73º 1% 0.86% -
HSV(B) 259.73º 0.29% 1% -
XYZ 60.23 53.8 101.82 -
YUV 197.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 206 182 255 0.19 0.29 0 0 259.73 1 0.86
Hex CE B6 FF 13 1D 0 0 104 64 56
Octal 316 266 377 23 35 0 0 404 144 126
Binary 11001110 10110110 11111111 10011 11101 0 0 100000100 1100100 1010110

Color Harmonies of #CEB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6FF

Black with #CEB6FF

Text Example


Text Example

White with #CEB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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