Html Css Color HEX #CEB0F3 Mauve

📋 copy color: '#CEB0F3'

red 206 ◦ green 176 ◦ blue 243

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

Shades of Mauve #CEB0F3

Tints of Mauve #CEB0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.88%

R = 32.96%
G = 28.16%
B = 38.88%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEB0F3 (or 0xCEB0F3) is known color: Mauve. HEX triplet: CE, B0 and F3. RGB value is (206,176,243). Sum of RGB (Red+Green+Blue) = 206+176+243=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0F3 is #314F0C. Grayscale: #C0C0C0. Windows color (decimal): -3231501 or 15970510. OLE color: 15970510.

HSL color Cylindrical-coordinate representation of color #CEB0F3: hue angle of 266.87º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB0F3 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 176 243 -
CMYK 0.15 0.28 0 0.05
HSL 266.87º 0.74% 0.82% -
HSV(B) 266.87º 0.28% 0.95% -
XYZ 57.16 50.64 91.56 -
YUV 192.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 206 176 243 0.15 0.28 0 0.05 266.87 0.74 0.82
Hex CE B0 F3 F 1C 0 5 10B 4A 52
Octal 316 260 363 17 34 0 5 413 112 122
Binary 11001110 10110000 11110011 1111 11100 0 101 100001011 1001010 1010010

Color Harmonies of #CEB0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0F3

Black with #CEB0F3

Text Example


Text Example

White with #CEB0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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