#CBC0EB

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

Shades of Melrose #CBC0EB

Tints of Melrose #CBC0EB

Color information

#CBC0EB (or 0xCBC0EB) is unknown color: approx Melrose. HEX triplet: CB, C0 and EB. RGB value is (203,192,235). Sum of RGB (Red+Green+Blue) = 203+192+235=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0EB is #343F14. Grayscale: #C8C8C8. Windows color (decimal): -3424021 or 15450315. OLE color: 15450315.

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

Color convert

RGB203192235-
CMYK0.140.1800.08
HSL255.35º51.81%83.73%-
HSV(B)255.35º18.3%92.16%-
XYZ58.4756.3986.4-
YUV200.19147.64130-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=32.22%
G=30.48%
B=37.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031922350.140.1800.08255.3551.8183.73
HexCBC0EBE1208ff3454
Octal313300353162201037764124
Binary11001011110000001110101111101001001000111111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0EB; }

 p { color: rgb(203,192,235); }

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

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

 a { background-color: rgb(203,192,235); }

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

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

 span { border-color: rgb(203,192,235); }

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