Html Css Color HEX #C3B9D9 Melrose

📋 copy color: '#C3B9D9'

red 195 ◦ green 185 ◦ blue 217

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

Shades of Melrose #C3B9D9

Tints of Melrose #C3B9D9

RGB

 RED value IS 195 (76.56% from 255) = 32.66%

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

 BLUE value IS 217 (85.16% from 255) = 36.35%

R = 32.66%
G = 30.99%
B = 36.35%

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

#C3B9D9 (or 0xC3B9D9) is known color: Melrose. HEX triplet: C3, B9 and D9. RGB value is (195,185,217). Sum of RGB (Red+Green+Blue) = 195+185+217=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3B9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9D9 is #3C4626. Grayscale: #BFBFBF. Windows color (decimal): -3950119 or 14268867. OLE color: 14268867.

HSL color Cylindrical-coordinate representation of color #C3B9D9: hue angle of 258.75º degrees, saturation: 0.3, 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 #C3B9D9 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 185 217 -
CMYK 0.10 0.15 0 0.15
HSL 258.75º 0.3% 0.79% -
HSV(B) 258.75º 0.15% 0.85% -
XYZ 52.38 51.31 72.79 -
YUV 191.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 195 185 217 0.10 0.15 0 0.15 258.75 0.3 0.79
Hex C3 B9 D9 A F 0 F 103 1E 4F
Octal 303 271 331 12 17 0 17 403 36 117
Binary 11000011 10111001 11011001 1010 1111 0 1111 100000011 11110 1001111

Color Harmonies of #C3B9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B9D9

Black with #C3B9D9

Text Example


Text Example

White with #C3B9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B9D9; }

 p { color: rgb(195,185,217); }

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

background-color css

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

 a { background-color: rgb(195,185,217); }

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

border-color css

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

 span { border-color: rgb(195,185,217); }

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