Html Css Color HEX #C4B9DD Melrose

📋 copy color: '#C4B9DD'

red 196 ◦ green 185 ◦ blue 221

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

Shades of Melrose #C4B9DD

Tints of Melrose #C4B9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 32.56%
G = 30.73%
B = 36.71%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4B9DD (or 0xC4B9DD) is known color: Melrose. HEX triplet: C4, B9 and DD. RGB value is (196,185,221). Sum of RGB (Red+Green+Blue) = 196+185+221=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B9DD is #3B4622. Grayscale: #C0C0C0. Windows color (decimal): -3884579 or 14531012. OLE color: 14531012.

HSL color Cylindrical-coordinate representation of color #C4B9DD: hue angle of 258.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4B9DD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 185 221 -
CMYK 0.11 0.16 0 0.13
HSL 258.33º 0.35% 0.8% -
HSV(B) 258.33º 0.16% 0.87% -
XYZ 53.17 51.65 75.57 -
YUV 192.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 196 185 221 0.11 0.16 0 0.13 258.33 0.35 0.8
Hex C4 B9 DD B 10 0 D 102 23 50
Octal 304 271 335 13 20 0 15 402 43 120
Binary 11000100 10111001 11011101 1011 10000 0 1101 100000010 100011 1010000

Color Harmonies of #C4B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B9DD

Black with #C4B9DD

Text Example


Text Example

White with #C4B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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