#CBC0DC

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

Shades of Melrose #CBC0DC

Tints of Melrose #CBC0DC

Color information

#CBC0DC (or 0xCBC0DC) is unknown color: approx Melrose. HEX triplet: CB, C0 and DC. RGB value is (203,192,220). Sum of RGB (Red+Green+Blue) = 203+192+220=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0DC is #343F23. Grayscale: #C6C6C6. Windows color (decimal): -3424036 or 14467275. OLE color: 14467275.

HSL color Cylindrical-coordinate representation of color #CBC0DC: hue angle of 263.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC0DC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203192220-
CMYK0.080.1300.14
HSL263.57º28.57%80.78%-
HSV(B)263.57º12.73%86.27%-
XYZ56.455.5675.46-
YUV198.48140.14131.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=33.01%
G=31.22%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031922200.080.1300.14263.5728.5780.78
HexCBC0DC8D0E1081d51
Octal313300334101501641035121
Binary1100101111000000110111001000110101110100001000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0DC; }

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

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

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

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

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

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

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

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