Html Css Color HEX #C9BDDF Melrose

📋 copy color: '#C9BDDF'

red 201 ◦ green 189 ◦ blue 223

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

Shades of Melrose #C9BDDF

Tints of Melrose #C9BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.83%

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

R = 32.79%
G = 30.83%
B = 36.38%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BDDF (or 0xC9BDDF) is known color: Melrose. HEX triplet: C9, BD and DF. RGB value is (201,189,223). Sum of RGB (Red+Green+Blue) = 201+189+223=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDDF is #364220. Grayscale: #C4C4C4. Windows color (decimal): -3555873 or 14663113. OLE color: 14663113.

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

Color convert

RGB 201 189 223 -
CMYK 0.10 0.15 0 0.13
HSL 261.18º 0.35% 0.81% -
HSV(B) 261.18º 0.15% 0.87% -
XYZ 55.6 54.14 77.33 -
YUV 196.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 201 189 223 0.10 0.15 0 0.13 261.18 0.35 0.81
Hex C9 BD DF A F 0 D 105 23 51
Octal 311 275 337 12 17 0 15 405 43 121
Binary 11001001 10111101 11011111 1010 1111 0 1101 100000101 100011 1010001

Color Harmonies of #C9BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDDF

Black with #C9BDDF

Text Example


Text Example

White with #C9BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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