#CBBFDF

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

Shades of Melrose #CBBFDF

Tints of Melrose #CBBFDF

Color information

#CBBFDF (or 0xCBBFDF) is unknown color: approx Melrose. HEX triplet: CB, BF and DF. RGB value is (203,191,223). Sum of RGB (Red+Green+Blue) = 203+191+223=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFDF is #344020. Grayscale: #C6C6C6. Windows color (decimal): -3424289 or 14663627. OLE color: 14663627.

HSL color Cylindrical-coordinate representation of color #CBBFDF: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBFDF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203191223-
CMYK0.090.1400.13
HSL262.5º33.33%81.18%-
HSV(B)262.5º14.35%87.45%-
XYZ56.5855.2977.5-
YUV198.24141.98131.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=32.90%
G=30.96%
B=36.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031912230.090.1400.13262.533.3381.18
HexCBBFDF9E0D1062151
Octal313277337111601540641121
Binary11001011101111111101111110011110011011000001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFDF; }

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

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

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

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

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

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

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

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