#CBBFE5

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

Shades of Melrose #CBBFE5

Tints of Melrose #CBBFE5

Color information

#CBBFE5 (or 0xCBBFE5) is unknown color: approx Melrose. HEX triplet: CB, BF and E5. RGB value is (203,191,229). Sum of RGB (Red+Green+Blue) = 203+191+229=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFE5 is #34401A. Grayscale: #C6C6C6. Windows color (decimal): -3424283 or 15056843. OLE color: 15056843.

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

Color convert

RGB203191229-
CMYK0.110.1700.10
HSL258.95º42.22%82.35%-
HSV(B)258.95º16.59%89.8%-
XYZ57.455.6281.84-
YUV198.92144.98130.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=32.58%
G=30.66%
B=36.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031912290.110.1700.10258.9542.2282.35
HexCBBFE5B110A1032a52
Octal313277345132101240352122
Binary110010111011111111100101101110001010101000000111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFE5; }

 p { color: rgb(203,191,229); }

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

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

 a { background-color: rgb(203,191,229); }

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

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

 span { border-color: rgb(203,191,229); }

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