#CBC7D7

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

Shades of Melrose #CBC7D7

Tints of Melrose #CBC7D7

Color information

#CBC7D7 (or 0xCBC7D7) is unknown color: approx Melrose. HEX triplet: CB, C7 and D7. RGB value is (203,199,215). Sum of RGB (Red+Green+Blue) = 203+199+215=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7D7 is #343828. Grayscale: #C9C9C9. Windows color (decimal): -3422249 or 14141387. OLE color: 14141387.

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

Color convert

RGB203199215-
CMYK0.060.0700.16
HSL255º16.67%81.18%-
HSV(B)255º7.44%84.31%-
XYZ57.3258.4572.55-
YUV202.02135.33128.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 199 (78.12% from 255) = 32.25%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=32.90%
G=32.25%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031992150.060.0700.1625516.6781.18
HexCBC7D767010ff1151
Octal3133073276702037721121
Binary11001011110001111101011111011101000011111111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7D7; }

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

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

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

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

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

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

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

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