#CBC8D1

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

Shades of Melrose #CBC8D1

Tints of Melrose #CBC8D1

Color information

#CBC8D1 (or 0xCBC8D1) is unknown color: approx Melrose. HEX triplet: CB, C8 and D1. RGB value is (203,200,209). Sum of RGB (Red+Green+Blue) = 203+200+209=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBC8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8D1 is #34372E. Grayscale: #C9C9C9. Windows color (decimal): -3421999 or 13748427. OLE color: 13748427.

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

Color convert

RGB203200209-
CMYK0.030.0400.18
HSL260º8.91%80.2%-
HSV(B)260º4.31%81.96%-
XYZ56.7958.6168.64-
YUV201.92131.99128.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 200 (78.52% from 255) = 32.68%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=33.17%
G=32.68%
B=34.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032002090.030.0400.182608.9180.2
HexCBC8D134012104950
Octal3133103213402240411120
Binary1100101111001000110100011110001001010000010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8D1; }

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

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

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

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

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

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

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

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