#CBC2D9

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

Shades of Melrose #CBC2D9

Tints of Melrose #CBC2D9

Color information

#CBC2D9 (or 0xCBC2D9) is unknown color: approx Melrose. HEX triplet: CB, C2 and D9. RGB value is (203,194,217). Sum of RGB (Red+Green+Blue) = 203+194+217=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2D9 is #343D26. Grayscale: #C7C7C7. Windows color (decimal): -3423527 or 14271179. OLE color: 14271179.

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

Color convert

RGB203194217-
CMYK0.060.1100.15
HSL263.48º23.23%80.59%-
HSV(B)263.48º10.6%85.1%-
XYZ56.4456.2973.54-
YUV199.31137.98130.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=33.06%
G=31.60%
B=35.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031942170.060.1100.15263.4823.2380.59
HexCBC2D96B0F1071751
Octal31330233161301740727121
Binary110010111100001011011001110101101111100000111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2D9; }

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

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

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

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

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

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

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

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