#CBBEE1

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

Shades of Melrose #CBBEE1

Tints of Melrose #CBBEE1

Color information

#CBBEE1 (or 0xCBBEE1) is unknown color: approx Melrose. HEX triplet: CB, BE and E1. RGB value is (203,190,225). Sum of RGB (Red+Green+Blue) = 203+190+225=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEE1 is #34411E. Grayscale: #C5C5C5. Windows color (decimal): -3424543 or 14794443. OLE color: 14794443.

HSL color Cylindrical-coordinate representation of color #CBBEE1: hue angle of 262.29º degrees, saturation: 0.37, 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 #CBBEE1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203190225-
CMYK0.100.1600.12
HSL262.29º36.84%81.37%-
HSV(B)262.29º15.56%88.24%-
XYZ56.6354.9678.86-
YUV197.88143.31131.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=32.85%
G=30.74%
B=36.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031902250.100.1600.12262.2936.8481.37
HexCBBEE1A100C1062551
Octal313276341122001440645121
Binary110010111011111011100001101010000011001000001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEE1; }

 p { color: rgb(203,190,225); }

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

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

 a { background-color: rgb(203,190,225); }

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

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

 span { border-color: rgb(203,190,225); }

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