Html Css Color HEX #C9BADF Melrose

📋 copy color: '#C9BADF'

red 201 ◦ green 186 ◦ blue 223

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

Shades of Melrose #C9BADF

Tints of Melrose #C9BADF

RGB

 RED value IS 201 (78.91% from 255) = 32.95%

 GREEN value IS 186 (73.05% from 255) = 30.49%

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 32.95%
G = 30.49%
B = 36.56%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BADF (or 0xC9BADF) is known color: Melrose. HEX triplet: C9, BA and DF. RGB value is (201,186,223). Sum of RGB (Red+Green+Blue) = 201+186+223=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BADF is #364520. Grayscale: #C2C2C2. Windows color (decimal): -3556641 or 14662345. OLE color: 14662345.

HSL color Cylindrical-coordinate representation of color #C9BADF: hue angle of 264.32º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9BADF is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 186 223 -
CMYK 0.10 0.17 0 0.13
HSL 264.32º 0.37% 0.8% -
HSV(B) 264.32º 0.17% 0.87% -
XYZ 54.97 52.86 77.12 -
YUV 194.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 201 186 223 0.10 0.17 0 0.13 264.32 0.37 0.8
Hex C9 BA DF A 11 0 D 108 25 50
Octal 311 272 337 12 21 0 15 410 45 120
Binary 11001001 10111010 11011111 1010 10001 0 1101 100001000 100101 1010000

Color Harmonies of #C9BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BADF

Black with #C9BADF

Text Example


Text Example

White with #C9BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BADF; }

 p { color: rgb(201,186,223); }

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

background-color css

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

 a { background-color: rgb(201,186,223); }

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

border-color css

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

 span { border-color: rgb(201,186,223); }

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