Html Css Color HEX #CBADFE Mauve

📋 copy color: '#CBADFE'

red 203 ◦ green 173 ◦ blue 254

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

Shades of Mauve #CBADFE

Tints of Mauve #CBADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 32.22%
G = 27.46%
B = 40.32%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBADFE (or 0xCBADFE) is known color: Mauve. HEX triplet: CB, AD and FE. RGB value is (203,173,254). Sum of RGB (Red+Green+Blue) = 203+173+254=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADFE is #345201. Grayscale: #BEBEBE. Windows color (decimal): -3428866 or 16690635. OLE color: 16690635.

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

Color convert

RGB 203 173 254 -
CMYK 0.20 0.32 0 0.00
HSL 262.22º 0.98% 0.84% -
HSV(B) 262.22º 0.32% 1% -
XYZ 57.46 49.74 100.34 -
YUV 191.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 203 173 254 0.20 0.32 0 0.00 262.22 0.98 0.84
Hex CB AD FE 14 20 0 0 106 62 54
Octal 313 255 376 24 40 0 0 406 142 124
Binary 11001011 10101101 11111110 10100 100000 0 0 100000110 1100010 1010100

Color Harmonies of #CBADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADFE

Black with #CBADFE

Text Example


Text Example

White with #CBADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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