#CBBDED

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

Shades of Melrose #CBBDED

Tints of Melrose #CBBDED

Color information

#CBBDED (or 0xCBBDED) is unknown color: approx Melrose. HEX triplet: CB, BD and ED. RGB value is (203,189,237). Sum of RGB (Red+Green+Blue) = 203+189+237=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBBDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDED is #344212. Grayscale: #C6C6C6. Windows color (decimal): -3424787 or 15580619. OLE color: 15580619.

HSL color Cylindrical-coordinate representation of color #CBBDED: hue angle of 257.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBDED is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203189237-
CMYK0.140.2000.07
HSL257.5º57.14%83.53%-
HSV(B)257.5º20.25%92.94%-
XYZ58.1155.2187.71-
YUV198.66149.64131.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=32.27%
G=30.05%
B=37.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031892370.140.2000.07257.557.1483.53
HexCBBDEDE14071023954
Octal31327535516240740271124
Binary11001011101111011110110111101010001111000000101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDED; }

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

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

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

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

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

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

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

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