Html Css Color HEX #C3B9E7 Melrose

📋 copy color: '#C3B9E7'

red 195 ◦ green 185 ◦ blue 231

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

Shades of Melrose #C3B9E7

Tints of Melrose #C3B9E7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.28%

 BLUE value IS 231 (90.63% from 255) = 37.81%

R = 31.91%
G = 30.28%
B = 37.81%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C3B9E7 (or 0xC3B9E7) is known color: Melrose. HEX triplet: C3, B9 and E7. RGB value is (195,185,231). Sum of RGB (Red+Green+Blue) = 195+185+231=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3B9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B9E7 is #3C4618. Grayscale: #C1C1C1. Windows color (decimal): -3950105 or 15186371. OLE color: 15186371.

HSL color Cylindrical-coordinate representation of color #C3B9E7: hue angle of 253.04º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3B9E7 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 185 231 -
CMYK 0.16 0.20 0 0.09
HSL 253.04º 0.49% 0.82% -
HSV(B) 253.04º 0.2% 0.91% -
XYZ 54.28 52.07 82.79 -
YUV 193.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 195 185 231 0.16 0.20 0 0.09 253.04 0.49 0.82
Hex C3 B9 E7 10 14 0 9 FD 31 52
Octal 303 271 347 20 24 0 11 375 61 122
Binary 11000011 10111001 11100111 10000 10100 0 1001 11111101 110001 1010010

Color Harmonies of #C3B9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B9E7

Black with #C3B9E7

Text Example


Text Example

White with #C3B9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B9E7; }

 p { color: rgb(195,185,231); }

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

background-color css

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

 a { background-color: rgb(195,185,231); }

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

border-color css

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

 span { border-color: rgb(195,185,231); }

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