#CBC7D1

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

Shades of Melrose #CBC7D1

Tints of Melrose #CBC7D1

Color information

#CBC7D1 (or 0xCBC7D1) is unknown color: approx Melrose. HEX triplet: CB, C7 and D1. RGB value is (203,199,209). Sum of RGB (Red+Green+Blue) = 203+199+209=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7D1 is #34382E. Grayscale: #C9C9C9. Windows color (decimal): -3422255 or 13748171. OLE color: 13748171.

HSL color Cylindrical-coordinate representation of color #CBC7D1: hue angle of 264º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC7D1 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203199209-
CMYK0.030.0500.18
HSL264º9.8%80%-
HSV(B)264º4.78%81.96%-
XYZ56.5658.1568.56-
YUV201.34132.33129.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 199 (78.12% from 255) = 32.57%
BLUE value IS 209 (82.03% from 255) = 34.21%
R=33.22%
G=32.57%
B=34.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031992090.030.0500.182649.880
HexCBC7D135012108a50
Octal3133073213502241012120
Binary1100101111000111110100011110101001010000100010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7D1; }

 p { color: rgb(203,199,209); }

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

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

 a { background-color: rgb(203,199,209); }

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

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

 span { border-color: rgb(203,199,209); }

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