#CBBFE9

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

Shades of Melrose #CBBFE9

Tints of Melrose #CBBFE9

Color information

#CBBFE9 (or 0xCBBFE9) is unknown color: approx Melrose. HEX triplet: CB, BF and E9. RGB value is (203,191,233). Sum of RGB (Red+Green+Blue) = 203+191+233=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBBFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFE9 is #344016. Grayscale: #C7C7C7. Windows color (decimal): -3424279 or 15318987. OLE color: 15318987.

HSL color Cylindrical-coordinate representation of color #CBBFE9: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBFE9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203191233-
CMYK0.130.1800.09
HSL257.14º48.84%83.14%-
HSV(B)257.14º18.03%91.37%-
XYZ57.9755.8484.81-
YUV199.38146.98130.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 233 (91.41% from 255) = 37.16%
R=32.38%
G=30.46%
B=37.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031912330.130.1800.09257.1448.8483.14
HexCBBFE9D12091013153
Octal313277351152201140161123
Binary110010111011111111101001110110010010011000000011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFE9; }

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

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

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

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

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

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

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

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