#CBBDE3

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

Shades of Melrose #CBBDE3

Tints of Melrose #CBBDE3

Color information

#CBBDE3 (or 0xCBBDE3) is unknown color: approx Melrose. HEX triplet: CB, BD and E3. RGB value is (203,189,227). Sum of RGB (Red+Green+Blue) = 203+189+227=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDE3 is #34421C. Grayscale: #C5C5C5. Windows color (decimal): -3424797 or 14925259. OLE color: 14925259.

HSL color Cylindrical-coordinate representation of color #CBBDE3: hue angle of 262.11º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBDE3 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203189227-
CMYK0.110.1700.11
HSL262.11º40.43%81.57%-
HSV(B)262.11º16.74%89.02%-
XYZ56.6954.6480.23-
YUV197.52144.64131.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 227 (89.06% from 255) = 36.67%
R=32.79%
G=30.53%
B=36.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031892270.110.1700.11262.1140.4381.57
HexCBBDE3B110B1062852
Octal313275343132101340650122
Binary110010111011110111100011101110001010111000001101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDE3; }

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

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

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

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

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

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

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

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