#CBC2DA

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

Shades of Melrose #CBC2DA

Tints of Melrose #CBC2DA

Color information

#CBC2DA (or 0xCBC2DA) is unknown color: approx Melrose. HEX triplet: CB, C2 and DA. RGB value is (203,194,218). Sum of RGB (Red+Green+Blue) = 203+194+218=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2DA is #343D25. Grayscale: #C7C7C7. Windows color (decimal): -3423526 or 14336715. OLE color: 14336715.

HSL color Cylindrical-coordinate representation of color #CBC2DA: hue angle of 262.5º degrees, saturation: 0.24, 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 #CBC2DA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203194218-
CMYK0.070.1100.15
HSL262.5º24.49%80.78%-
HSV(B)262.5º11.01%85.49%-
XYZ56.5856.3474.22-
YUV199.43138.48130.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=33.01%
G=31.54%
B=35.45%

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
Decimal2031942180.070.1100.15262.524.4980.78
HexCBC2DA7B0F1061851
Octal31330233271301740630121
Binary110010111100001011011010111101101111100000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2DA; }

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

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

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

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

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

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

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

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