#CBC1EC

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

Shades of Melrose #CBC1EC

Tints of Melrose #CBC1EC

Color information

#CBC1EC (or 0xCBC1EC) is unknown color: approx Melrose. HEX triplet: CB, C1 and EC. RGB value is (203,193,236). Sum of RGB (Red+Green+Blue) = 203+193+236=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1EC is #343E13. Grayscale: #C8C8C8. Windows color (decimal): -3423764 or 15516107. OLE color: 15516107.

HSL color Cylindrical-coordinate representation of color #CBC1EC: hue angle of 253.95º degrees, saturation: 0.53, 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 #CBC1EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203193236-
CMYK0.140.1800.07
HSL253.95º53.09%84.12%-
HSV(B)253.95º18.22%92.55%-
XYZ58.8456.8987.24-
YUV200.89147.81129.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=32.12%
G=30.54%
B=37.34%

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
Decimal2031932360.140.1800.07253.9553.0984.12
HexCBC1ECE1207fe3554
Octal31330135416220737665124
Binary1100101111000001111011001110100100111111111101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1EC; }

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

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

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

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

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

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

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

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