Html Css Color HEX #C4B9DA Melrose

📋 copy color: '#C4B9DA'

red 196 ◦ green 185 ◦ blue 218

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

Shades of Melrose #C4B9DA

Tints of Melrose #C4B9DA

RGB

 RED value IS 196 (76.95% from 255) = 32.72%

 GREEN value IS 185 (72.66% from 255) = 30.88%

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 32.72%
G = 30.88%
B = 36.39%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4B9DA (or 0xC4B9DA) is known color: Melrose. HEX triplet: C4, B9 and DA. RGB value is (196,185,218). Sum of RGB (Red+Green+Blue) = 196+185+218=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B9DA is #3B4625. Grayscale: #BFBFBF. Windows color (decimal): -3884582 or 14334404. OLE color: 14334404.

HSL color Cylindrical-coordinate representation of color #C4B9DA: hue angle of 260º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4B9DA is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 185 218 -
CMYK 0.10 0.15 0 0.15
HSL 260º 0.31% 0.79% -
HSV(B) 260º 0.15% 0.85% -
XYZ 52.77 51.5 73.49 -
YUV 192.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 196 185 218 0.10 0.15 0 0.15 260 0.31 0.79
Hex C4 B9 DA A F 0 F 104 1F 4F
Octal 304 271 332 12 17 0 17 404 37 117
Binary 11000100 10111001 11011010 1010 1111 0 1111 100000100 11111 1001111

Color Harmonies of #C4B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B9DA

Black with #C4B9DA

Text Example


Text Example

White with #C4B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B9DA; }

 p { color: rgb(196,185,218); }

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

background-color css

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

 a { background-color: rgb(196,185,218); }

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

border-color css

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

 span { border-color: rgb(196,185,218); }

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