Html Css Color HEX #CEB0FC Mauve

📋 copy color: '#CEB0FC'

red 206 ◦ green 176 ◦ blue 252

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

Shades of Mauve #CEB0FC

Tints of Mauve #CEB0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.75%

R = 32.49%
G = 27.76%
B = 39.75%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEB0FC (or 0xCEB0FC) is known color: Mauve. HEX triplet: CE, B0 and FC. RGB value is (206,176,252). Sum of RGB (Red+Green+Blue) = 206+176+252=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0FC is #314F03. Grayscale: #C1C1C1. Windows color (decimal): -3231492 or 16560334. OLE color: 16560334.

HSL color Cylindrical-coordinate representation of color #CEB0FC: hue angle of 263.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEB0FC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 176 252 -
CMYK 0.18 0.30 0 0.01
HSL 263.68º 0.93% 0.84% -
HSV(B) 263.68º 0.3% 0.99% -
XYZ 58.55 51.2 98.89 -
YUV 193.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 206 176 252 0.18 0.30 0 0.01 263.68 0.93 0.84
Hex CE B0 FC 12 1E 0 1 108 5D 54
Octal 316 260 374 22 36 0 1 410 135 124
Binary 11001110 10110000 11111100 10010 11110 0 1 100001000 1011101 1010100

Color Harmonies of #CEB0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0FC

Black with #CEB0FC

Text Example


Text Example

White with #CEB0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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