#CBC4D7

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

Shades of Melrose #CBC4D7

Tints of Melrose #CBC4D7

Color information

#CBC4D7 (or 0xCBC4D7) is unknown color: approx Melrose. HEX triplet: CB, C4 and D7. RGB value is (203,196,215). Sum of RGB (Red+Green+Blue) = 203+196+215=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBC4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4D7 is #343B28. Grayscale: #C8C8C8. Windows color (decimal): -3423017 or 14140619. OLE color: 14140619.

HSL color Cylindrical-coordinate representation of color #CBC4D7: hue angle of 262.11º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC4D7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203196215-
CMYK0.060.0900.16
HSL262.11º19.19%80.59%-
HSV(B)262.11º8.84%84.31%-
XYZ56.6357.0872.32-
YUV200.26136.32129.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 196 (76.95% from 255) = 31.92%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=33.06%
G=31.92%
B=35.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031962150.060.0900.16262.1119.1980.59
HexCBC4D7690101061351
Octal31330432761102040623121
Binary1100101111000100110101111101001010000100000110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4D7; }

 p { color: rgb(203,196,215); }

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

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

 a { background-color: rgb(203,196,215); }

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

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

 span { border-color: rgb(203,196,215); }

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