#CBC2D7

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

Shades of Melrose #CBC2D7

Tints of Melrose #CBC2D7

Color information

#CBC2D7 (or 0xCBC2D7) is unknown color: approx Melrose. HEX triplet: CB, C2 and D7. RGB value is (203,194,215). Sum of RGB (Red+Green+Blue) = 203+194+215=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2D7 is #343D28. Grayscale: #C7C7C7. Windows color (decimal): -3423529 or 14140107. OLE color: 14140107.

HSL color Cylindrical-coordinate representation of color #CBC2D7: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC2D7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203194215-
CMYK0.060.1000.16
HSL265.71º20.79%80.2%-
HSV(B)265.71º9.77%84.31%-
XYZ56.1956.1972.17-
YUV199.08136.98130.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=33.17%
G=31.70%
B=35.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031942150.060.1000.16265.7120.7980.2
HexCBC2D76A01010a1550
Octal31330232761202041225120
Binary1100101111000010110101111101010010000100001010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2D7; }

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

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

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

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

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

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

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

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