Html Css Color HEX #CBADFB Mauve

📋 copy color: '#CBADFB'

red 203 ◦ green 173 ◦ blue 251

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

Shades of Mauve #CBADFB

Tints of Mauve #CBADFB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.59%

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

R = 32.38%
G = 27.59%
B = 40.03%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBADFB (or 0xCBADFB) is known color: Mauve. HEX triplet: CB, AD and FB. RGB value is (203,173,251). Sum of RGB (Red+Green+Blue) = 203+173+251=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADFB is #345204. Grayscale: #BEBEBE. Windows color (decimal): -3428869 or 16494027. OLE color: 16494027.

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

Color convert

RGB 203 173 251 -
CMYK 0.19 0.31 0 0.02
HSL 263.08º 0.91% 0.83% -
HSV(B) 263.08º 0.31% 0.98% -
XYZ 56.98 49.55 97.83 -
YUV 190.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 203 173 251 0.19 0.31 0 0.02 263.08 0.91 0.83
Hex CB AD FB 13 1F 0 2 107 5B 53
Octal 313 255 373 23 37 0 2 407 133 123
Binary 11001011 10101101 11111011 10011 11111 0 10 100000111 1011011 1010011

Color Harmonies of #CBADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADFB

Black with #CBADFB

Text Example


Text Example

White with #CBADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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