#CBC4E9

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

Shades of Melrose #CBC4E9

Tints of Melrose #CBC4E9

Color information

#CBC4E9 (or 0xCBC4E9) is unknown color: approx Melrose. HEX triplet: CB, C4 and E9. RGB value is (203,196,233). Sum of RGB (Red+Green+Blue) = 203+196+233=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4E9 is #343B16. Grayscale: #CACACA. Windows color (decimal): -3422999 or 15320267. OLE color: 15320267.

HSL color Cylindrical-coordinate representation of color #CBC4E9: hue angle of 251.35º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC4E9 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203196233-
CMYK0.130.1600.09
HSL251.35º45.68%84.12%-
HSV(B)251.35º15.88%91.37%-
XYZ59.0858.0685.18-
YUV202.31145.32128.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 233 (91.41% from 255) = 36.87%
R=32.12%
G=31.01%
B=36.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031962330.130.1600.09251.3545.6884.12
HexCBC4E9D1009fb2e54
Octal313304351152001137356124
Binary11001011110001001110100111011000001001111110111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4E9; }

 p { color: rgb(203,196,233); }

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

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

 a { background-color: rgb(203,196,233); }

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

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

 span { border-color: rgb(203,196,233); }

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