#C3B9EE

Color #C3B9EE Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C3B9EE

Tints of Melrose #C3B9EE

Color information

#C3B9EE (or 0xC3B9EE) is unknown color: approx Melrose. HEX triplet: C3, B9 and EE. RGB value is (195,185,238). Sum of RGB (Red+Green+Blue) = 195+185+238=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B9EE is #3C4611. Grayscale: #C1C1C1. Windows color (decimal): -3950098 or 15645123. OLE color: 15645123.

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

Color convert

RGB195185238-
CMYK0.180.2200.07
HSL251.32º60.92%82.94%-
HSV(B)251.32º22.27%93.33%-
XYZ55.2952.4788.1-
YUV194.03152.81128.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=31.55%
G=29.94%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951852380.180.2200.07251.3260.9282.94
HexC3B9EE121607fb3d53
Octal30327135622260737375123
Binary11000011101110011110111010010101100111111110111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9EE; }

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

 H1.HeaderClassName
 {
   color: #C3B9EE;
 }
 .AnyTagClassName
 {
   color: #C3B9EE;
 }
</style>
background-color css

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

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

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

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

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

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