Html Css Color HEX #CEB2FE Mauve

📋 copy color: '#CEB2FE'

red 206 ◦ green 178 ◦ blue 254

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

Shades of Mauve #CEB2FE

Tints of Mauve #CEB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.9%

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 32.29%
G = 27.9%
B = 39.81%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEB2FE (or 0xCEB2FE) is known color: Mauve. HEX triplet: CE, B2 and FE. RGB value is (206,178,254). Sum of RGB (Red+Green+Blue) = 206+178+254=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2FE is #314D01. Grayscale: #C2C2C2. Windows color (decimal): -3230978 or 16691918. OLE color: 16691918.

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

Color convert

RGB 206 178 254 -
CMYK 0.19 0.30 0 0.00
HSL 262.11º 0.97% 0.85% -
HSV(B) 262.11º 0.3% 1% -
XYZ 59.26 52.12 100.7 -
YUV 195.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 206 178 254 0.19 0.30 0 0.00 262.11 0.97 0.85
Hex CE B2 FE 13 1E 0 0 106 61 55
Octal 316 262 376 23 36 0 0 406 141 125
Binary 11001110 10110010 11111110 10011 11110 0 0 100000110 1100001 1010101

Color Harmonies of #CEB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2FE

Black with #CEB2FE

Text Example


Text Example

White with #CEB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2FE; }

 p { color: rgb(206,178,254); }

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

background-color css

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

 a { background-color: rgb(206,178,254); }

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

border-color css

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

 span { border-color: rgb(206,178,254); }

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