#CBC2EC

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

Shades of Melrose #CBC2EC

Tints of Melrose #CBC2EC

Color information

#CBC2EC (or 0xCBC2EC) is unknown color: approx Melrose. HEX triplet: CB, C2 and EC. RGB value is (203,194,236). Sum of RGB (Red+Green+Blue) = 203+194+236=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2EC is #343D13. Grayscale: #C9C9C9. Windows color (decimal): -3423508 or 15516363. OLE color: 15516363.

HSL color Cylindrical-coordinate representation of color #CBC2EC: hue angle of 252.86º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC2EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203194236-
CMYK0.140.1800.07
HSL252.86º52.5%84.31%-
HSV(B)252.86º17.8%92.55%-
XYZ59.0657.3487.31-
YUV201.48147.48129.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=32.07%
G=30.65%
B=37.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031942360.140.1800.07252.8652.584.31
HexCBC2ECE1207fd3454
Octal31330235416220737564124
Binary1100101111000010111011001110100100111111111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2EC; }

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

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

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

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

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

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

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

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