#CBC5E1

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

Shades of Melrose #CBC5E1

Tints of Melrose #CBC5E1

Color information

#CBC5E1 (or 0xCBC5E1) is unknown color: approx Melrose. HEX triplet: CB, C5 and E1. RGB value is (203,197,225). Sum of RGB (Red+Green+Blue) = 203+197+225=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBC5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5E1 is #343A1E. Grayscale: #C9C9C9. Windows color (decimal): -3422751 or 14796235. OLE color: 14796235.

HSL color Cylindrical-coordinate representation of color #CBC5E1: hue angle of 252.86º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC5E1 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203197225-
CMYK0.100.1200.12
HSL252.86º31.82%82.75%-
HSV(B)252.86º12.44%88.24%-
XYZ58.1958.0779.38-
YUV201.99140.99128.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 197 (77.34% from 255) = 31.52%
BLUE value IS 225 (88.28% from 255) = 36%
R=32.48%
G=31.52%
B=36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031972250.100.1200.12252.8631.8282.75
HexCBC5E1AC0Cfd2053
Octal313305341121401437540123
Binary1100101111000101111000011010110001100111111011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5E1; }

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

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

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

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

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

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

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

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