Html Css Color HEX #CB9EFB Mauve

📋 copy color: '#CB9EFB'

red 203 ◦ green 158 ◦ blue 251

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

Shades of Mauve #CB9EFB

Tints of Mauve #CB9EFB

RGB

 RED value IS 203 (79.69% from 255) = 33.17%

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

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

R = 33.17%
G = 25.82%
B = 41.01%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB9EFB (or 0xCB9EFB) is known color: Mauve. HEX triplet: CB, 9E and FB. RGB value is (203,158,251). Sum of RGB (Red+Green+Blue) = 203+158+251=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EFB is #346104. Grayscale: #B5B5B5. Windows color (decimal): -3432709 or 16490187. OLE color: 16490187.

HSL color Cylindrical-coordinate representation of color #CB9EFB: hue angle of 269.03º 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 #CB9EFB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 158 251 -
CMYK 0.19 0.37 0 0.02
HSL 269.03º 0.92% 0.8% -
HSV(B) 269.03º 0.37% 0.98% -
XYZ 54.27 44.12 96.92 -
YUV 182.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 203 158 251 0.19 0.37 0 0.02 269.03 0.92 0.8
Hex CB 9E FB 13 25 0 2 10D 5C 50
Octal 313 236 373 23 45 0 2 415 134 120
Binary 11001011 10011110 11111011 10011 100101 0 10 100001101 1011100 1010000

Color Harmonies of #CB9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EFB

Black with #CB9EFB

Text Example


Text Example

White with #CB9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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