#CBC1DA

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

Shades of Melrose #CBC1DA

Tints of Melrose #CBC1DA

Color information

#CBC1DA (or 0xCBC1DA) is unknown color: approx Melrose. HEX triplet: CB, C1 and DA. RGB value is (203,193,218). Sum of RGB (Red+Green+Blue) = 203+193+218=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1DA is #343E25. Grayscale: #C6C6C6. Windows color (decimal): -3423782 or 14336459. OLE color: 14336459.

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

Color convert

RGB203193218-
CMYK0.070.1100.15
HSL264º25.25%80.59%-
HSV(B)264º11.47%85.49%-
XYZ56.3555.974.15-
YUV198.84138.81130.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=33.06%
G=31.43%
B=35.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031932180.070.1100.1526425.2580.59
HexCBC1DA7B0F1081951
Octal31330133271301741031121
Binary110010111100000111011010111101101111100001000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1DA; }

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

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

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

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

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

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

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

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