Html Css Color HEX #C3B5DD Melrose

📋 copy color: '#C3B5DD'

red 195 ◦ green 181 ◦ blue 221

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

Shades of Melrose #C3B5DD

Tints of Melrose #C3B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.32%

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

R = 32.66%
G = 30.32%
B = 37.02%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3B5DD (or 0xC3B5DD) is known color: Melrose. HEX triplet: C3, B5 and DD. RGB value is (195,181,221). Sum of RGB (Red+Green+Blue) = 195+181+221=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5DD is #3C4A22. Grayscale: #BDBDBD. Windows color (decimal): -3951139 or 14529987. OLE color: 14529987.

HSL color Cylindrical-coordinate representation of color #C3B5DD: hue angle of 261º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3B5DD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 181 221 -
CMYK 0.12 0.18 0 0.13
HSL 261º 0.37% 0.79% -
HSV(B) 261º 0.18% 0.87% -
XYZ 52.08 49.87 75.29 -
YUV 189.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 195 181 221 0.12 0.18 0 0.13 261 0.37 0.79
Hex C3 B5 DD C 12 0 D 105 25 4F
Octal 303 265 335 14 22 0 15 405 45 117
Binary 11000011 10110101 11011101 1100 10010 0 1101 100000101 100101 1001111

Color Harmonies of #C3B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5DD

Black with #C3B5DD

Text Example


Text Example

White with #C3B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5DD; }

 p { color: rgb(195,181,221); }

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

background-color css

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

 a { background-color: rgb(195,181,221); }

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

border-color css

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

 span { border-color: rgb(195,181,221); }

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