#CBC3DC

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

Shades of Melrose #CBC3DC

Tints of Melrose #CBC3DC

Color information

#CBC3DC (or 0xCBC3DC) is unknown color: approx Melrose. HEX triplet: CB, C3 and DC. RGB value is (203,195,220). Sum of RGB (Red+Green+Blue) = 203+195+220=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3DC is #343C23. Grayscale: #C8C8C8. Windows color (decimal): -3423268 or 14468043. OLE color: 14468043.

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

Color convert

RGB203195220-
CMYK0.080.1100.14
HSL259.2º26.32%81.37%-
HSV(B)259.2º11.36%86.27%-
XYZ57.0656.8975.68-
YUV200.24139.15129.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=32.85%
G=31.55%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031952200.080.1100.14259.226.3281.37
HexCBC3DC8B0E1031a51
Octal313303334101301640332121
Binary1100101111000011110111001000101101110100000011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3DC; }

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

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

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

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

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

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

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

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