#CBBDEB

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

Shades of Melrose #CBBDEB

Tints of Melrose #CBBDEB

Color information

#CBBDEB (or 0xCBBDEB) is unknown color: approx Melrose. HEX triplet: CB, BD and EB. RGB value is (203,189,235). Sum of RGB (Red+Green+Blue) = 203+189+235=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDEB is #344214. Grayscale: #C6C6C6. Windows color (decimal): -3424789 or 15449547. OLE color: 15449547.

HSL color Cylindrical-coordinate representation of color #CBBDEB: hue angle of 258.26º degrees, saturation: 0.53, 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 #CBBDEB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203189235-
CMYK0.140.2000.08
HSL258.26º53.49%83.14%-
HSV(B)258.26º19.57%92.16%-
XYZ57.8255.0986.18-
YUV198.43148.64131.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=32.38%
G=30.14%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031892350.140.2000.08258.2653.4983.14
HexCBBDEBE14081023553
Octal313275353162401040265123
Binary110010111011110111101011111010100010001000000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDEB; }

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

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

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

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

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

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

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

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