#CBC6EA

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

Shades of Melrose #CBC6EA

Tints of Melrose #CBC6EA

Color information

#CBC6EA (or 0xCBC6EA) is unknown color: approx Melrose. HEX triplet: CB, C6 and EA. RGB value is (203,198,234). Sum of RGB (Red+Green+Blue) = 203+198+234=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6EA is #343915. Grayscale: #CBCBCB. Windows color (decimal): -3422486 or 15386315. OLE color: 15386315.

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

Color convert

RGB203198234-
CMYK0.130.1500.08
HSL248.33º46.15%84.71%-
HSV(B)248.33º15.38%91.76%-
XYZ59.6759.0386.09-
YUV203.6145.16127.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=31.97%
G=31.18%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031982340.130.1500.08248.3346.1584.71
HexCBC6EADF08f82e55
Octal313306352151701037056125
Binary1100101111000110111010101101111101000111110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6EA; }

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

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

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

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

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

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

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

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