#CBC4EB

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

Shades of Melrose #CBC4EB

Tints of Melrose #CBC4EB

Color information

#CBC4EB (or 0xCBC4EB) is unknown color: approx Melrose. HEX triplet: CB, C4 and EB. RGB value is (203,196,235). Sum of RGB (Red+Green+Blue) = 203+196+235=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4EB is #343B14. Grayscale: #CACACA. Windows color (decimal): -3422997 or 15451339. OLE color: 15451339.

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

Color convert

RGB203196235-
CMYK0.140.1700.08
HSL250.77º49.37%84.51%-
HSV(B)250.77º16.6%92.16%-
XYZ59.3658.1786.7-
YUV202.54146.32128.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=32.02%
G=30.91%
B=37.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031962350.140.1700.08250.7749.3784.51
HexCBC4EBE1108fb3155
Octal313304353162101037361125
Binary11001011110001001110101111101000101000111110111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4EB; }

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

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

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

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

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

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

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

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