Html Css Color HEX #CBADF5 Mauve

📋 copy color: '#CBADF5'

red 203 ◦ green 173 ◦ blue 245

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

Shades of Mauve #CBADF5

Tints of Mauve #CBADF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.45%

R = 32.69%
G = 27.86%
B = 39.45%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBADF5 (or 0xCBADF5) is known color: Mauve. HEX triplet: CB, AD and F5. RGB value is (203,173,245). Sum of RGB (Red+Green+Blue) = 203+173+245=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF5 is #34520A. Grayscale: #BDBDBD. Windows color (decimal): -3428875 or 16100811. OLE color: 16100811.

HSL color Cylindrical-coordinate representation of color #CBADF5: hue angle of 265º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBADF5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 173 245 -
CMYK 0.17 0.29 0 0.04
HSL 265º 0.78% 0.82% -
HSV(B) 265º 0.29% 0.96% -
XYZ 56.05 49.18 92.92 -
YUV 190.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 203 173 245 0.17 0.29 0 0.04 265 0.78 0.82
Hex CB AD F5 11 1D 0 4 109 4E 52
Octal 313 255 365 21 35 0 4 411 116 122
Binary 11001011 10101101 11110101 10001 11101 0 100 100001001 1001110 1010010

Color Harmonies of #CBADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADF5

Black with #CBADF5

Text Example


Text Example

White with #CBADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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