Html Css Color HEX #C3BDE1 Melrose

📋 copy color: '#C3BDE1'

red 195 ◦ green 189 ◦ blue 225

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

Shades of Melrose #C3BDE1

Tints of Melrose #C3BDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.95%

R = 32.02%
G = 31.03%
B = 36.95%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C3BDE1 (or 0xC3BDE1) is known color: Melrose. HEX triplet: C3, BD and E1. RGB value is (195,189,225). Sum of RGB (Red+Green+Blue) = 195+189+225=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDE1 is #3C421E. Grayscale: #C2C2C2. Windows color (decimal): -3949087 or 14794179. OLE color: 14794179.

HSL color Cylindrical-coordinate representation of color #C3BDE1: hue angle of 250º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BDE1 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 189 225 -
CMYK 0.13 0.16 0 0.12
HSL 250º 0.38% 0.81% -
HSV(B) 250º 0.16% 0.88% -
XYZ 54.29 53.43 78.69 -
YUV 194.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 195 189 225 0.13 0.16 0 0.12 250 0.38 0.81
Hex C3 BD E1 D 10 0 C FA 26 51
Octal 303 275 341 15 20 0 14 372 46 121
Binary 11000011 10111101 11100001 1101 10000 0 1100 11111010 100110 1010001

Color Harmonies of #C3BDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDE1

Black with #C3BDE1

Text Example


Text Example

White with #C3BDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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