Html Css Color HEX #C9BEEF Melrose

📋 copy color: '#C9BEEF'

red 201 ◦ green 190 ◦ blue 239

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

Shades of Melrose #C9BEEF

Tints of Melrose #C9BEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 31.9%
G = 30.16%
B = 37.94%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9BEEF (or 0xC9BEEF) is known color: Melrose. HEX triplet: C9, BE and EF. RGB value is (201,190,239). Sum of RGB (Red+Green+Blue) = 201+190+239=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEEF is #364110. Grayscale: #C6C6C6. Windows color (decimal): -3555601 or 15711945. OLE color: 15711945.

HSL color Cylindrical-coordinate representation of color #C9BEEF: hue angle of 253.47º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BEEF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 190 239 -
CMYK 0.16 0.21 0 0.06
HSL 253.47º 0.6% 0.84% -
HSV(B) 253.47º 0.21% 0.94% -
XYZ 58.08 55.48 89.31 -
YUV 198.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 201 190 239 0.16 0.21 0 0.06 253.47 0.6 0.84
Hex C9 BE EF 10 15 0 6 FD 3C 54
Octal 311 276 357 20 25 0 6 375 74 124
Binary 11001001 10111110 11101111 10000 10101 0 110 11111101 111100 1010100

Color Harmonies of #C9BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEEF

Black with #C9BEEF

Text Example


Text Example

White with #C9BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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