#CBC2D8

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

Shades of Melrose #CBC2D8

Tints of Melrose #CBC2D8

Color information

#CBC2D8 (or 0xCBC2D8) is unknown color: approx Melrose. HEX triplet: CB, C2 and D8. RGB value is (203,194,216). Sum of RGB (Red+Green+Blue) = 203+194+216=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBC2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2D8 is #343D27. Grayscale: #C7C7C7. Windows color (decimal): -3423528 or 14205643. OLE color: 14205643.

HSL color Cylindrical-coordinate representation of color #CBC2D8: hue angle of 264.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC2D8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203194216-
CMYK0.060.1000.15
HSL264.55º22%80.39%-
HSV(B)264.55º10.19%84.71%-
XYZ56.3256.2472.85-
YUV199.2137.48130.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=33.12%
G=31.65%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031942160.060.1000.15264.552280.39
HexCBC2D86A0F1091650
Octal31330233061201741126120
Binary110010111100001011011000110101001111100001001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2D8; }

 p { color: rgb(203,194,216); }

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

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

 a { background-color: rgb(203,194,216); }

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

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

 span { border-color: rgb(203,194,216); }

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