Html Css Color HEX #C9BFE0 Melrose

📋 copy color: '#C9BFE0'

red 201 ◦ green 191 ◦ blue 224

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

Shades of Melrose #C9BFE0

Tints of Melrose #C9BFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 32.63%
G = 31.01%
B = 36.36%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C9BFE0 (or 0xC9BFE0) is known color: Melrose. HEX triplet: C9, BF and E0. RGB value is (201,191,224). Sum of RGB (Red+Green+Blue) = 201+191+224=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFE0 is #36401F. Grayscale: #C5C5C5. Windows color (decimal): -3555360 or 14729161. OLE color: 14729161.

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

Color convert

RGB 201 191 224 -
CMYK 0.10 0.15 0 0.12
HSL 258.18º 0.35% 0.81% -
HSV(B) 258.18º 0.15% 0.88% -
XYZ 56.17 55.06 78.19 -
YUV 197.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 201 191 224 0.10 0.15 0 0.12 258.18 0.35 0.81
Hex C9 BF E0 A F 0 C 102 23 51
Octal 311 277 340 12 17 0 14 402 43 121
Binary 11001001 10111111 11100000 1010 1111 0 1100 100000010 100011 1010001

Color Harmonies of #C9BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFE0

Black with #C9BFE0

Text Example


Text Example

White with #C9BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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