#CBC7E9

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

Shades of Melrose #CBC7E9

Tints of Melrose #CBC7E9

Color information

#CBC7E9 (or 0xCBC7E9) is unknown color: approx Melrose. HEX triplet: CB, C7 and E9. RGB value is (203,199,233). Sum of RGB (Red+Green+Blue) = 203+199+233=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBC7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7E9 is #343816. Grayscale: #CBCBCB. Windows color (decimal): -3422231 or 15321035. OLE color: 15321035.

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

Color convert

RGB203199233-
CMYK0.130.1500.09
HSL247.06º43.59%84.71%-
HSV(B)247.06º14.59%91.37%-
XYZ59.7659.4385.41-
YUV204.07144.33127.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=31.97%
G=31.34%
B=36.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031992330.130.1500.09247.0643.5984.71
HexCBC7E9DF09f72c55
Octal313307351151701136754125
Binary1100101111000111111010011101111101001111101111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7E9; }

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

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

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

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

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

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

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

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