#CBC4E8

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

Shades of Melrose #CBC4E8

Tints of Melrose #CBC4E8

Color information

#CBC4E8 (or 0xCBC4E8) is unknown color: approx Melrose. HEX triplet: CB, C4 and E8. RGB value is (203,196,232). Sum of RGB (Red+Green+Blue) = 203+196+232=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4E8 is #343B17. Grayscale: #CACACA. Windows color (decimal): -3423000 or 15254731. OLE color: 15254731.

HSL color Cylindrical-coordinate representation of color #CBC4E8: hue angle of 251.67º degrees, saturation: 0.44, 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 #CBC4E8 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203196232-
CMYK0.120.1600.09
HSL251.67º43.9%83.92%-
HSV(B)251.67º15.52%90.98%-
XYZ58.935884.43-
YUV202.2144.82128.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 196 (76.95% from 255) = 31.06%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=32.17%
G=31.06%
B=36.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031962320.120.1600.09251.6743.983.92
HexCBC4E8C1009fc2c54
Octal313304350142001137454124
Binary11001011110001001110100011001000001001111111001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4E8; }

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

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

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

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

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

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

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

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