Html Css Color HEX #CEB2F9 Mauve

📋 copy color: '#CEB2F9'

red 206 ◦ green 178 ◦ blue 249

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

Shades of Mauve #CEB2F9

Tints of Mauve #CEB2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.34%

R = 32.54%
G = 28.12%
B = 39.34%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEB2F9 (or 0xCEB2F9) is known color: Mauve. HEX triplet: CE, B2 and F9. RGB value is (206,178,249). Sum of RGB (Red+Green+Blue) = 206+178+249=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2F9 is #314D06. Grayscale: #C2C2C2. Windows color (decimal): -3230983 or 16364238. OLE color: 16364238.

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

Color convert

RGB 206 178 249 -
CMYK 0.17 0.29 0 0.02
HSL 263.66º 0.86% 0.84% -
HSV(B) 263.66º 0.29% 0.98% -
XYZ 58.47 51.8 96.54 -
YUV 194.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 206 178 249 0.17 0.29 0 0.02 263.66 0.86 0.84
Hex CE B2 F9 11 1D 0 2 108 56 54
Octal 316 262 371 21 35 0 2 410 126 124
Binary 11001110 10110010 11111001 10001 11101 0 10 100001000 1010110 1010100

Color Harmonies of #CEB2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2F9

Black with #CEB2F9

Text Example


Text Example

White with #CEB2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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