Html Css Color HEX #C9BFEF Melrose

📋 copy color: '#C9BFEF'

red 201 ◦ green 191 ◦ blue 239

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

Shades of Melrose #C9BFEF

Tints of Melrose #C9BFEF

RGB

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

 GREEN value IS 191 (75% from 255) = 30.27%

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

R = 31.85%
G = 30.27%
B = 37.88%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9BFEF (or 0xC9BFEF) is known color: Melrose. HEX triplet: C9, BF and EF. RGB value is (201,191,239). Sum of RGB (Red+Green+Blue) = 201+191+239=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFEF is #364010. Grayscale: #C7C7C7. Windows color (decimal): -3555345 or 15712201. OLE color: 15712201.

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

Color convert

RGB 201 191 239 -
CMYK 0.16 0.20 0 0.06
HSL 252.5º 0.6% 0.84% -
HSV(B) 252.5º 0.2% 0.94% -
XYZ 58.3 55.91 89.38 -
YUV 199.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 201 191 239 0.16 0.20 0 0.06 252.5 0.6 0.84
Hex C9 BF EF 10 14 0 6 FD 3C 54
Octal 311 277 357 20 24 0 6 375 74 124
Binary 11001001 10111111 11101111 10000 10100 0 110 11111101 111100 1010100

Color Harmonies of #C9BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFEF

Black with #C9BFEF

Text Example


Text Example

White with #C9BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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