#CBC5EA

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

Shades of Melrose #CBC5EA

Tints of Melrose #CBC5EA

Color information

#CBC5EA (or 0xCBC5EA) is unknown color: approx Melrose. HEX triplet: CB, C5 and EA. RGB value is (203,197,234). Sum of RGB (Red+Green+Blue) = 203+197+234=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5EA is #343A15. Grayscale: #CACACA. Windows color (decimal): -3422742 or 15386059. OLE color: 15386059.

HSL color Cylindrical-coordinate representation of color #CBC5EA: hue angle of 249.73º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC5EA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203197234-
CMYK0.130.1600.08
HSL249.73º46.84%84.51%-
HSV(B)249.73º15.81%91.76%-
XYZ59.4558.5786.01-
YUV203.01145.49127.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=32.02%
G=31.07%
B=36.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031972340.130.1600.08249.7346.8484.51
HexCBC5EAD1008fa2f55
Octal313305352152001037257125
Binary11001011110001011110101011011000001000111110101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5EA; }

 p { color: rgb(203,197,234); }

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

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

 a { background-color: rgb(203,197,234); }

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

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

 span { border-color: rgb(203,197,234); }

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