Html Css Color HEX #CBA8FB Mauve

📋 copy color: '#CBA8FB'

red 203 ◦ green 168 ◦ blue 251

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

Shades of Mauve #CBA8FB

Tints of Mauve #CBA8FB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.01%

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

R = 32.64%
G = 27.01%
B = 40.35%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA8FB (or 0xCBA8FB) is known color: Mauve. HEX triplet: CB, A8 and FB. RGB value is (203,168,251). Sum of RGB (Red+Green+Blue) = 203+168+251=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA8FB is #345704. Grayscale: #BBBBBB. Windows color (decimal): -3430149 or 16492747. OLE color: 16492747.

HSL color Cylindrical-coordinate representation of color #CBA8FB: hue angle of 265.3º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA8FB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 168 251 -
CMYK 0.19 0.33 0 0.02
HSL 265.3º 0.91% 0.82% -
HSV(B) 265.3º 0.33% 0.98% -
XYZ 56.04 47.67 97.51 -
YUV 187.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 203 168 251 0.19 0.33 0 0.02 265.3 0.91 0.82
Hex CB A8 FB 13 21 0 2 109 5B 52
Octal 313 250 373 23 41 0 2 411 133 122
Binary 11001011 10101000 11111011 10011 100001 0 10 100001001 1011011 1010010

Color Harmonies of #CBA8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8FB

Black with #CBA8FB

Text Example


Text Example

White with #CBA8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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