Html Css Color HEX #CBADFF Mauve

📋 copy color: '#CBADFF'

red 203 ◦ green 173 ◦ blue 255

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

Shades of Mauve #CBADFF

Tints of Mauve #CBADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 32.17%
G = 27.42%
B = 40.41%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CBADFF (or 0xCBADFF) is known color: Mauve. HEX triplet: CB, AD and FF. RGB value is (203,173,255). Sum of RGB (Red+Green+Blue) = 203+173+255=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADFF is #345200. Grayscale: #BFBFBF. Windows color (decimal): -3428865 or 16756171. OLE color: 16756171.

HSL color Cylindrical-coordinate representation of color #CBADFF: hue angle of 261.95º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBADFF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 173 255 -
CMYK 0.20 0.32 0 0
HSL 261.95º 1% 0.84% -
HSV(B) 261.95º 0.32% 1% -
XYZ 57.62 49.8 101.18 -
YUV 191.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 203 173 255 0.20 0.32 0 0 261.95 1 0.84
Hex CB AD FF 14 20 0 0 106 64 54
Octal 313 255 377 24 40 0 0 406 144 124
Binary 11001011 10101101 11111111 10100 100000 0 0 100000110 1100100 1010100

Color Harmonies of #CBADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADFF

Black with #CBADFF

Text Example


Text Example

White with #CBADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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