#CBBDE0

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

Shades of Melrose #CBBDE0

Tints of Melrose #CBBDE0

Color information

#CBBDE0 (or 0xCBBDE0) is unknown color: approx Melrose. HEX triplet: CB, BD and E0. RGB value is (203,189,224). Sum of RGB (Red+Green+Blue) = 203+189+224=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDE0 is #34421F. Grayscale: #C5C5C5. Windows color (decimal): -3424800 or 14728651. OLE color: 14728651.

HSL color Cylindrical-coordinate representation of color #CBBDE0: hue angle of 264º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBDE0 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203189224-
CMYK0.090.1600.12
HSL264º36.08%80.98%-
HSV(B)264º15.62%87.84%-
XYZ56.2854.4778.07-
YUV197.18143.14132.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=32.95%
G=30.68%
B=36.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031892240.090.1600.1226436.0880.98
HexCBBDE09100C1082451
Octal313275340112001441044121
Binary110010111011110111100000100110000011001000010001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDE0; }

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

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

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

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

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

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

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

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