Html Css Color HEX #C5BFDF Melrose

📋 copy color: '#C5BFDF'

red 197 ◦ green 191 ◦ blue 223

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

Shades of Melrose #C5BFDF

Tints of Melrose #C5BFDF

RGB

 RED value IS 197 (77.34% from 255) = 32.24%

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

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

R = 32.24%
G = 31.26%
B = 36.5%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5BFDF (or 0xC5BFDF) is known color: Melrose. HEX triplet: C5, BF and DF. RGB value is (197,191,223). Sum of RGB (Red+Green+Blue) = 197+191+223=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDF is #3A4020. Grayscale: #C4C4C4. Windows color (decimal): -3817505 or 14663621. OLE color: 14663621.

HSL color Cylindrical-coordinate representation of color #C5BFDF: hue angle of 251.25º 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 #C5BFDF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 191 223 -
CMYK 0.12 0.14 0 0.13
HSL 251.25º 0.33% 0.81% -
HSV(B) 251.25º 0.14% 0.87% -
XYZ 54.98 54.46 77.43 -
YUV 196.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 197 191 223 0.12 0.14 0 0.13 251.25 0.33 0.81
Hex C5 BF DF C E 0 D FB 21 51
Octal 305 277 337 14 16 0 15 373 41 121
Binary 11000101 10111111 11011111 1100 1110 0 1101 11111011 100001 1010001

Color Harmonies of #C5BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFDF

Black with #C5BFDF

Text Example


Text Example

White with #C5BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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