#CBBFDC

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

Shades of Melrose #CBBFDC

Tints of Melrose #CBBFDC

Color information

#CBBFDC (or 0xCBBFDC) is unknown color: approx Melrose. HEX triplet: CB, BF and DC. RGB value is (203,191,220). Sum of RGB (Red+Green+Blue) = 203+191+220=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFDC is #344023. Grayscale: #C5C5C5. Windows color (decimal): -3424292 or 14467019. OLE color: 14467019.

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

Color convert

RGB203191220-
CMYK0.080.1300.14
HSL264.83º29.29%80.59%-
HSV(B)264.83º13.18%86.27%-
XYZ56.1855.1375.39-
YUV197.89140.48131.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=33.06%
G=31.11%
B=35.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031912200.080.1300.14264.8329.2980.59
HexCBBFDC8D0E1091d51
Octal313277334101501641135121
Binary1100101110111111110111001000110101110100001001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFDC; }

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

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

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

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

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

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

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

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