#CBBFEF

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

Shades of Melrose #CBBFEF

Tints of Melrose #CBBFEF

Color information

#CBBFEF (or 0xCBBFEF) is unknown color: approx Melrose. HEX triplet: CB, BF and EF. RGB value is (203,191,239). Sum of RGB (Red+Green+Blue) = 203+191+239=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFEF is #344010. Grayscale: #C7C7C7. Windows color (decimal): -3424273 or 15712203. OLE color: 15712203.

HSL color Cylindrical-coordinate representation of color #CBBFEF: hue angle of 255º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBFEF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203191239-
CMYK0.150.2000.06
HSL255º60%84.31%-
HSV(B)255º20.08%93.73%-
XYZ58.8456.1989.41-
YUV200.06149.98130.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=32.07%
G=30.17%
B=37.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031912390.150.2000.062556084.31
HexCBBFEFF1406ff3c54
Octal31327735717240637774124
Binary1100101110111111111011111111101000110111111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFEF; }

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

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

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

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

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

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

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

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