#CBBEED

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

Shades of Melrose #CBBEED

Tints of Melrose #CBBEED

Color information

#CBBEED (or 0xCBBEED) is unknown color: approx Melrose. HEX triplet: CB, BE and ED. RGB value is (203,190,237). Sum of RGB (Red+Green+Blue) = 203+190+237=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEED is #344112. Grayscale: #C7C7C7. Windows color (decimal): -3424531 or 15580875. OLE color: 15580875.

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

Color convert

RGB203190237-
CMYK0.140.2000.07
HSL256.6º56.63%83.73%-
HSV(B)256.6º19.83%92.94%-
XYZ58.3355.6487.79-
YUV199.24149.31130.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=32.22%
G=30.16%
B=37.62%

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
Decimal2031902370.140.2000.07256.656.6383.73
HexCBBEEDE14071013954
Octal31327635516240740171124
Binary11001011101111101110110111101010001111000000011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEED; }

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

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

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

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

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

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

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

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