Html Css Color HEX #CBADF7 Mauve

📋 copy color: '#CBADF7'

red 203 ◦ green 173 ◦ blue 247

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

Shades of Mauve #CBADF7

Tints of Mauve #CBADF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.65%

R = 32.58%
G = 27.77%
B = 39.65%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CBADF7 (or 0xCBADF7) is known color: Mauve. HEX triplet: CB, AD and F7. RGB value is (203,173,247). Sum of RGB (Red+Green+Blue) = 203+173+247=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF7 is #345208. Grayscale: #BEBEBE. Windows color (decimal): -3428873 or 16231883. OLE color: 16231883.

HSL color Cylindrical-coordinate representation of color #CBADF7: hue angle of 264.32º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBADF7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 173 247 -
CMYK 0.18 0.30 0 0.03
HSL 264.32º 0.82% 0.82% -
HSV(B) 264.32º 0.3% 0.97% -
XYZ 56.36 49.3 94.54 -
YUV 190.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 203 173 247 0.18 0.30 0 0.03 264.32 0.82 0.82
Hex CB AD F7 12 1E 0 3 108 52 52
Octal 313 255 367 22 36 0 3 410 122 122
Binary 11001011 10101101 11110111 10010 11110 0 11 100001000 1010010 1010010

Color Harmonies of #CBADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADF7

Black with #CBADF7

Text Example


Text Example

White with #CBADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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