Html Css Color HEX #CBAFFB Mauve

📋 copy color: '#CBAFFB'

red 203 ◦ green 175 ◦ blue 251

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

Shades of Mauve #CBAFFB

Tints of Mauve #CBAFFB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.82%

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

R = 32.27%
G = 27.82%
B = 39.9%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBAFFB (or 0xCBAFFB) is known color: Mauve. HEX triplet: CB, AF and FB. RGB value is (203,175,251). Sum of RGB (Red+Green+Blue) = 203+175+251=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFFB is #345004. Grayscale: #BFBFBF. Windows color (decimal): -3428357 or 16494539. OLE color: 16494539.

HSL color Cylindrical-coordinate representation of color #CBAFFB: hue angle of 262.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBAFFB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 175 251 -
CMYK 0.19 0.30 0 0.02
HSL 262.11º 0.9% 0.84% -
HSV(B) 262.11º 0.3% 0.98% -
XYZ 57.37 50.32 97.96 -
YUV 192.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 203 175 251 0.19 0.30 0 0.02 262.11 0.9 0.84
Hex CB AF FB 13 1E 0 2 106 5A 54
Octal 313 257 373 23 36 0 2 406 132 124
Binary 11001011 10101111 11111011 10011 11110 0 10 100000110 1011010 1010100

Color Harmonies of #CBAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFFB

Black with #CBAFFB

Text Example


Text Example

White with #CBAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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