#CBC8D5

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

Shades of Melrose #CBC8D5

Tints of Melrose #CBC8D5

Color information

#CBC8D5 (or 0xCBC8D5) is unknown color: approx Melrose. HEX triplet: CB, C8 and D5. RGB value is (203,200,213). Sum of RGB (Red+Green+Blue) = 203+200+213=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBC8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8D5 is #34372A. Grayscale: #CACACA. Windows color (decimal): -3421995 or 14010571. OLE color: 14010571.

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

Color convert

RGB203200213-
CMYK0.050.0600.16
HSL253.85º13.4%80.98%-
HSV(B)253.85º6.1%83.53%-
XYZ57.2958.8171.28-
YUV202.38133.99128.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 200 (78.52% from 255) = 32.47%
BLUE value IS 213 (83.59% from 255) = 34.58%
R=32.95%
G=32.47%
B=34.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032002130.050.0600.16253.8513.480.98
HexCBC8D556010fed51
Octal3133103255602037615121
Binary1100101111001000110101011011100100001111111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8D5; }

 p { color: rgb(203,200,213); }

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

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

 a { background-color: rgb(203,200,213); }

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

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

 span { border-color: rgb(203,200,213); }

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