#CBC4DE

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

Shades of Melrose #CBC4DE

Tints of Melrose #CBC4DE

Color information

#CBC4DE (or 0xCBC4DE) is unknown color: approx Melrose. HEX triplet: CB, C4 and DE. RGB value is (203,196,222). Sum of RGB (Red+Green+Blue) = 203+196+222=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4DE is #343B21. Grayscale: #C8C8C8. Windows color (decimal): -3423010 or 14599371. OLE color: 14599371.

HSL color Cylindrical-coordinate representation of color #CBC4DE: hue angle of 256.15º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC4DE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203196222-
CMYK0.090.1200.13
HSL256.15º28.26%81.96%-
HSV(B)256.15º11.71%87.06%-
XYZ57.5557.4577.16-
YUV201.06139.82129.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=32.69%
G=31.56%
B=35.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031962220.090.1200.13256.1528.2681.96
HexCBC4DE9C0D1001c52
Octal313304336111401540034122
Binary1100101111000100110111101001110001101100000000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4DE; }

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

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

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

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

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

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

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

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