Html Css Color HEX #CB9DFB Mauve

📋 copy color: '#CB9DFB'

red 203 ◦ green 157 ◦ blue 251

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

Shades of Mauve #CB9DFB

Tints of Mauve #CB9DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.7%

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

R = 33.22%
G = 25.7%
B = 41.08%

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

#CB9DFB (or 0xCB9DFB) is known color: Mauve. HEX triplet: CB, 9D and FB. RGB value is (203,157,251). Sum of RGB (Red+Green+Blue) = 203+157+251=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DFB is #346204. Grayscale: #B5B5B5. Windows color (decimal): -3432965 or 16489931. OLE color: 16489931.

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

Color convert

RGB 203 157 251 -
CMYK 0.19 0.37 0 0.02
HSL 269.36º 0.92% 0.8% -
HSV(B) 269.36º 0.37% 0.98% -
XYZ 54.1 43.78 96.87 -
YUV 181.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 203 157 251 0.19 0.37 0 0.02 269.36 0.92 0.8
Hex CB 9D FB 13 25 0 2 10D 5C 50
Octal 313 235 373 23 45 0 2 415 134 120
Binary 11001011 10011101 11111011 10011 100101 0 10 100001101 1011100 1010000

Color Harmonies of #CB9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DFB

Black with #CB9DFB

Text Example


Text Example

White with #CB9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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