Html Css Color HEX #C9BFDF Melrose

📋 copy color: '#C9BFDF'

red 201 ◦ green 191 ◦ blue 223

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

Shades of Melrose #C9BFDF

Tints of Melrose #C9BFDF

RGB

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

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

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

R = 32.68%
G = 31.06%
B = 36.26%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BFDF (or 0xC9BFDF) is known color: Melrose. HEX triplet: C9, BF and DF. RGB value is (201,191,223). Sum of RGB (Red+Green+Blue) = 201+191+223=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFDF is #364020. Grayscale: #C5C5C5. Windows color (decimal): -3555361 or 14663625. OLE color: 14663625.

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

Color convert

RGB 201 191 223 -
CMYK 0.10 0.14 0 0.13
HSL 258.75º 0.33% 0.81% -
HSV(B) 258.75º 0.14% 0.87% -
XYZ 56.04 55.01 77.48 -
YUV 197.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 201 191 223 0.10 0.14 0 0.13 258.75 0.33 0.81
Hex C9 BF DF A E 0 D 103 21 51
Octal 311 277 337 12 16 0 15 403 41 121
Binary 11001001 10111111 11011111 1010 1110 0 1101 100000011 100001 1010001

Color Harmonies of #C9BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFDF

Black with #C9BFDF

Text Example


Text Example

White with #C9BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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