Html Css Color HEX #CE9EFB Mauve

📋 copy color: '#CE9EFB'

red 206 ◦ green 158 ◦ blue 251

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

Shades of Mauve #CE9EFB

Tints of Mauve #CE9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.69%

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 33.5%
G = 25.69%
B = 40.81%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9EFB (or 0xCE9EFB) is known color: Mauve. HEX triplet: CE, 9E and FB. RGB value is (206,158,251). Sum of RGB (Red+Green+Blue) = 206+158+251=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EFB is #316104. Grayscale: #B6B6B6. Windows color (decimal): -3236101 or 16490190. OLE color: 16490190.

HSL color Cylindrical-coordinate representation of color #CE9EFB: hue angle of 270.97º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9EFB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 158 251 -
CMYK 0.18 0.37 0 0.02
HSL 270.97º 0.92% 0.8% -
HSV(B) 270.97º 0.37% 0.98% -
XYZ 55.09 44.54 96.96 -
YUV 182.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 206 158 251 0.18 0.37 0 0.02 270.97 0.92 0.8
Hex CE 9E FB 12 25 0 2 10F 5C 50
Octal 316 236 373 22 45 0 2 417 134 120
Binary 11001110 10011110 11111011 10010 100101 0 10 100001111 1011100 1010000

Color Harmonies of #CE9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EFB

Black with #CE9EFB

Text Example


Text Example

White with #CE9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EFB; }

 p { color: rgb(206,158,251); }

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

background-color css

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

 a { background-color: rgb(206,158,251); }

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

border-color css

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

 span { border-color: rgb(206,158,251); }

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