Html Css Color HEX #C3BBD9 Melrose

📋 copy color: '#C3BBD9'

red 195 ◦ green 187 ◦ blue 217

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

Shades of Melrose #C3BBD9

Tints of Melrose #C3BBD9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

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

R = 32.55%
G = 31.22%
B = 36.23%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3BBD9 (or 0xC3BBD9) is known color: Melrose. HEX triplet: C3, BB and D9. RGB value is (195,187,217). Sum of RGB (Red+Green+Blue) = 195+187+217=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBD9 is #3C4426. Grayscale: #C0C0C0. Windows color (decimal): -3949607 or 14269379. OLE color: 14269379.

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

Color convert

RGB 195 187 217 -
CMYK 0.10 0.14 0 0.15
HSL 256º 0.28% 0.79% -
HSV(B) 256º 0.14% 0.85% -
XYZ 52.8 52.15 72.93 -
YUV 192.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 195 187 217 0.10 0.14 0 0.15 256 0.28 0.79
Hex C3 BB D9 A E 0 F 100 1C 4F
Octal 303 273 331 12 16 0 17 400 34 117
Binary 11000011 10111011 11011001 1010 1110 0 1111 100000000 11100 1001111

Color Harmonies of #C3BBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBD9

Black with #C3BBD9

Text Example


Text Example

White with #C3BBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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