#CBBCEB

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

Shades of Melrose #CBBCEB

Tints of Melrose #CBBCEB

Color information

#CBBCEB (or 0xCBBCEB) is unknown color: approx Melrose. HEX triplet: CB, BC and EB. RGB value is (203,188,235). Sum of RGB (Red+Green+Blue) = 203+188+235=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCEB is #344314. Grayscale: #C5C5C5. Windows color (decimal): -3425045 or 15449291. OLE color: 15449291.

HSL color Cylindrical-coordinate representation of color #CBBCEB: hue angle of 259.15º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBCEB is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203188235-
CMYK0.140.200.08
HSL259.15º54.02%82.94%-
HSV(B)259.15º20%92.16%-
XYZ57.6154.6686.11-
YUV197.84148.97131.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=32.43%
G=30.03%
B=37.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031882350.140.200.08259.1554.0282.94
HexCBBCEBE14081033653
Octal313274353162401040366123
Binary110010111011110011101011111010100010001000000111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCEB; }

 p { color: rgb(203,188,235); }

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

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

 a { background-color: rgb(203,188,235); }

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

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

 span { border-color: rgb(203,188,235); }

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