Html Css Color HEX #CEB2FA Mauve

📋 copy color: '#CEB2FA'

red 206 ◦ green 178 ◦ blue 250

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

Shades of Mauve #CEB2FA

Tints of Mauve #CEB2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 32.49%
G = 28.08%
B = 39.43%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEB2FA (or 0xCEB2FA) is known color: Mauve. HEX triplet: CE, B2 and FA. RGB value is (206,178,250). Sum of RGB (Red+Green+Blue) = 206+178+250=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2FA is #314D05. Grayscale: #C2C2C2. Windows color (decimal): -3230982 or 16429774. OLE color: 16429774.

HSL color Cylindrical-coordinate representation of color #CEB2FA: hue angle of 263.33º degrees, saturation: 0.88, 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 #CEB2FA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 178 250 -
CMYK 0.18 0.29 0 0.02
HSL 263.33º 0.88% 0.84% -
HSV(B) 263.33º 0.29% 0.98% -
XYZ 58.63 51.86 97.36 -
YUV 194.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 206 178 250 0.18 0.29 0 0.02 263.33 0.88 0.84
Hex CE B2 FA 12 1D 0 2 107 58 54
Octal 316 262 372 22 35 0 2 407 130 124
Binary 11001110 10110010 11111010 10010 11101 0 10 100000111 1011000 1010100

Color Harmonies of #CEB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2FA

Black with #CEB2FA

Text Example


Text Example

White with #CEB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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