#C3BBEE

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

Shades of Melrose #C3BBEE

Tints of Melrose #C3BBEE

Color information

#C3BBEE (or 0xC3BBEE) is unknown color: approx Melrose. HEX triplet: C3, BB and EE. RGB value is (195,187,238). Sum of RGB (Red+Green+Blue) = 195+187+238=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBEE is #3C4411. Grayscale: #C3C3C3. Windows color (decimal): -3949586 or 15645635. OLE color: 15645635.

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

Color convert

RGB195187238-
CMYK0.180.2100.07
HSL249.41º60%83.33%-
HSV(B)249.41º21.43%93.33%-
XYZ55.7153.3288.24-
YUV195.21152.15127.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=31.45%
G=30.16%
B=38.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951872380.180.2100.07249.416083.33
HexC3BBEE121507f93c53
Octal30327335622250737174123
Binary11000011101110111110111010010101010111111110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBEE; }

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

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

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

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

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

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

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

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