#CBBDEA

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

Shades of Melrose #CBBDEA

Tints of Melrose #CBBDEA

Color information

#CBBDEA (or 0xCBBDEA) is unknown color: approx Melrose. HEX triplet: CB, BD and EA. RGB value is (203,189,234). Sum of RGB (Red+Green+Blue) = 203+189+234=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDEA is #344215. Grayscale: #C6C6C6. Windows color (decimal): -3424790 or 15384011. OLE color: 15384011.

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

Color convert

RGB203189234-
CMYK0.130.1900.08
HSL258.67º51.72%82.94%-
HSV(B)258.67º19.23%91.76%-
XYZ57.6855.0385.42-
YUV198.32148.14131.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=32.43%
G=30.19%
B=37.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031892340.130.1900.08258.6751.7282.94
HexCBBDEAD13081033453
Octal313275352152301040364123
Binary110010111011110111101010110110011010001000000111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDEA; }

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

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

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

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

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

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

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

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