Html Css Color HEX #CEB4FF Mauve

📋 copy color: '#CEB4FF'

red 206 ◦ green 180 ◦ blue 255

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

Shades of Mauve #CEB4FF

Tints of Mauve #CEB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.08%

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

R = 32.14%
G = 28.08%
B = 39.78%

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

#CEB4FF (or 0xCEB4FF) is known color: Mauve. HEX triplet: CE, B4 and FF. RGB value is (206,180,255). Sum of RGB (Red+Green+Blue) = 206+180+255=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB4FF is #314B00. Grayscale: #C4C4C4. Windows color (decimal): -3230465 or 16757966. OLE color: 16757966.

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

Color convert

RGB 206 180 255 -
CMYK 0.19 0.29 0 0
HSL 260.8º 1% 0.85% -
HSV(B) 260.8º 0.29% 1% -
XYZ 59.82 52.98 101.68 -
YUV 196.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 206 180 255 0.19 0.29 0 0 260.8 1 0.85
Hex CE B4 FF 13 1D 0 0 105 64 55
Octal 316 264 377 23 35 0 0 405 144 125
Binary 11001110 10110100 11111111 10011 11101 0 0 100000101 1100100 1010101

Color Harmonies of #CEB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4FF

Black with #CEB4FF

Text Example


Text Example

White with #CEB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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