Html Css Color HEX #C3BDD1 Melrose

📋 copy color: '#C3BDD1'

red 195 ◦ green 189 ◦ blue 209

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

Shades of Melrose #C3BDD1

Tints of Melrose #C3BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.87%

 BLUE value IS 209 (82.03% from 255) = 35.24%

R = 32.88%
G = 31.87%
B = 35.24%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C3BDD1 (or 0xC3BDD1) is known color: Melrose. HEX triplet: C3, BD and D1. RGB value is (195,189,209). Sum of RGB (Red+Green+Blue) = 195+189+209=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDD1 is #3C422E. Grayscale: #C1C1C1. Windows color (decimal): -3949103 or 13745603. OLE color: 13745603.

HSL color Cylindrical-coordinate representation of color #C3BDD1: hue angle of 258º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BDD1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 189 209 -
CMYK 0.07 0.10 0 0.18
HSL 258º 0.18% 0.78% -
HSV(B) 258º 0.1% 0.82% -
XYZ 52.21 52.6 67.72 -
YUV 193.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 195 189 209 0.07 0.10 0 0.18 258 0.18 0.78
Hex C3 BD D1 7 A 0 12 102 12 4E
Octal 303 275 321 7 12 0 22 402 22 116
Binary 11000011 10111101 11010001 111 1010 0 10010 100000010 10010 1001110

Color Harmonies of #C3BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDD1

Black with #C3BDD1

Text Example


Text Example

White with #C3BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDD1; }

 p { color: rgb(195,189,209); }

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

background-color css

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

 a { background-color: rgb(195,189,209); }

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

border-color css

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

 span { border-color: rgb(195,189,209); }

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