Html Css Color HEX #C9BEDF Melrose

📋 copy color: '#C9BEDF'

red 201 ◦ green 190 ◦ blue 223

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

Shades of Melrose #C9BEDF

Tints of Melrose #C9BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.94%

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

R = 32.74%
G = 30.94%
B = 36.32%

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

#C9BEDF (or 0xC9BEDF) is known color: Melrose. HEX triplet: C9, BE and DF. RGB value is (201,190,223). Sum of RGB (Red+Green+Blue) = 201+190+223=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEDF is #364120. Grayscale: #C4C4C4. Windows color (decimal): -3555617 or 14663369. OLE color: 14663369.

HSL color Cylindrical-coordinate representation of color #C9BEDF: hue angle of 260º degrees, saturation: 0.34, 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 #C9BEDF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 190 223 -
CMYK 0.10 0.15 0 0.13
HSL 260º 0.34% 0.81% -
HSV(B) 260º 0.15% 0.87% -
XYZ 55.82 54.57 77.4 -
YUV 197.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 201 190 223 0.10 0.15 0 0.13 260 0.34 0.81
Hex C9 BE DF A F 0 D 104 22 51
Octal 311 276 337 12 17 0 15 404 42 121
Binary 11001001 10111110 11011111 1010 1111 0 1101 100000100 100010 1010001

Color Harmonies of #C9BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEDF

Black with #C9BEDF

Text Example


Text Example

White with #C9BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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