Html Css Color HEX #C9BCDF Melrose

📋 copy color: '#C9BCDF'

red 201 ◦ green 188 ◦ blue 223

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

Shades of Melrose #C9BCDF

Tints of Melrose #C9BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.72%

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

R = 32.84%
G = 30.72%
B = 36.44%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BCDF (or 0xC9BCDF) is known color: Melrose. HEX triplet: C9, BC and DF. RGB value is (201,188,223). Sum of RGB (Red+Green+Blue) = 201+188+223=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCDF is #364320. Grayscale: #C3C3C3. Windows color (decimal): -3556129 or 14662857. OLE color: 14662857.

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

Color convert

RGB 201 188 223 -
CMYK 0.10 0.16 0 0.13
HSL 262.29º 0.35% 0.81% -
HSV(B) 262.29º 0.16% 0.87% -
XYZ 55.39 53.71 77.26 -
YUV 195.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 201 188 223 0.10 0.16 0 0.13 262.29 0.35 0.81
Hex C9 BC DF A 10 0 D 106 23 51
Octal 311 274 337 12 20 0 15 406 43 121
Binary 11001001 10111100 11011111 1010 10000 0 1101 100000110 100011 1010001

Color Harmonies of #C9BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCDF

Black with #C9BCDF

Text Example


Text Example

White with #C9BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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