#CBBBEA

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

Shades of Melrose #CBBBEA

Tints of Melrose #CBBBEA

Color information

#CBBBEA (or 0xCBBBEA) is unknown color: approx Melrose. HEX triplet: CB, BB and EA. RGB value is (203,187,234). Sum of RGB (Red+Green+Blue) = 203+187+234=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBEA is #344415. Grayscale: #C4C4C4. Windows color (decimal): -3425302 or 15383499. OLE color: 15383499.

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

Color convert

RGB203187234-
CMYK0.130.2000.08
HSL260.43º52.81%82.55%-
HSV(B)260.43º20.09%91.76%-
XYZ57.2554.1885.28-
YUV197.14148.8132.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=32.53%
G=29.97%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031872340.130.2000.08260.4352.8182.55
HexCBBBEAD14081043553
Octal313273352152401040465123
Binary110010111011101111101010110110100010001000001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBEA; }

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

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

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

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

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

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

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

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