#CBC0DA

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

Shades of Melrose #CBC0DA

Tints of Melrose #CBC0DA

Color information

#CBC0DA (or 0xCBC0DA) is unknown color: approx Melrose. HEX triplet: CB, C0 and DA. RGB value is (203,192,218). Sum of RGB (Red+Green+Blue) = 203+192+218=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0DA is #343F25. Grayscale: #C6C6C6. Windows color (decimal): -3424038 or 14336203. OLE color: 14336203.

HSL color Cylindrical-coordinate representation of color #CBC0DA: hue angle of 265.38º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC0DA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203192218-
CMYK0.070.1200.15
HSL265.38º26%80.39%-
HSV(B)265.38º11.93%85.49%-
XYZ56.1355.4674.08-
YUV198.25139.14131.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 192 (75.39% from 255) = 31.32%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=33.12%
G=31.32%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031922180.070.1200.15265.382680.39
HexCBC0DA7C0F1091a50
Octal31330033271401741132120
Binary110010111100000011011010111110001111100001001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0DA; }

 p { color: rgb(203,192,218); }

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

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

 a { background-color: rgb(203,192,218); }

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

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

 span { border-color: rgb(203,192,218); }

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