#CBC1DC

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

Shades of Melrose #CBC1DC

Tints of Melrose #CBC1DC

Color information

#CBC1DC (or 0xCBC1DC) is unknown color: approx Melrose. HEX triplet: CB, C1 and DC. RGB value is (203,193,220). Sum of RGB (Red+Green+Blue) = 203+193+220=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1DC is #343E23. Grayscale: #C6C6C6. Windows color (decimal): -3423780 or 14467531. OLE color: 14467531.

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

Color convert

RGB203193220-
CMYK0.080.1200.14
HSL262.22º27.84%80.98%-
HSV(B)262.22º12.27%86.27%-
XYZ56.625675.54-
YUV199.07139.81130.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=32.95%
G=31.33%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031932200.080.1200.14262.2227.8480.98
HexCBC1DC8C0E1061c51
Octal313301334101401640634121
Binary1100101111000001110111001000110001110100000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1DC; }

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

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

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

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

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

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

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

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