Html Css Color HEX #C3B5ED Melrose

📋 copy color: '#C3B5ED'

red 195 ◦ green 181 ◦ blue 237

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

Shades of Melrose #C3B5ED

Tints of Melrose #C3B5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.66%

R = 31.81%
G = 29.53%
B = 38.66%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3B5ED (or 0xC3B5ED) is known color: Melrose. HEX triplet: C3, B5 and ED. RGB value is (195,181,237). Sum of RGB (Red+Green+Blue) = 195+181+237=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5ED is #3C4A12. Grayscale: #BFBFBF. Windows color (decimal): -3951123 or 15578563. OLE color: 15578563.

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

Color convert

RGB 195 181 237 -
CMYK 0.18 0.24 0 0.07
HSL 255º 0.61% 0.82% -
HSV(B) 255º 0.24% 0.93% -
XYZ 54.32 50.76 87.06 -
YUV 191.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 195 181 237 0.18 0.24 0 0.07 255 0.61 0.82
Hex C3 B5 ED 12 18 0 7 FF 3D 52
Octal 303 265 355 22 30 0 7 377 75 122
Binary 11000011 10110101 11101101 10010 11000 0 111 11111111 111101 1010010

Color Harmonies of #C3B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5ED

Black with #C3B5ED

Text Example


Text Example

White with #C3B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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