#CBC6E8

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

Shades of Melrose #CBC6E8

Tints of Melrose #CBC6E8

Color information

#CBC6E8 (or 0xCBC6E8) is unknown color: approx Melrose. HEX triplet: CB, C6 and E8. RGB value is (203,198,232). Sum of RGB (Red+Green+Blue) = 203+198+232=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6E8 is #343917. Grayscale: #CBCBCB. Windows color (decimal): -3422488 or 15255243. OLE color: 15255243.

HSL color Cylindrical-coordinate representation of color #CBC6E8: hue angle of 248.82º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC6E8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203198232-
CMYK0.120.1500.09
HSL248.82º42.5%84.31%-
HSV(B)248.82º14.66%90.98%-
XYZ59.3958.9184.58-
YUV203.37144.16127.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 198 (77.73% from 255) = 31.28%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=32.07%
G=31.28%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031982320.120.1500.09248.8242.584.31
HexCBC6E8CF09f92a54
Octal313306350141701137152124
Binary1100101111000110111010001100111101001111110011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6E8; }

 p { color: rgb(203,198,232); }

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

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

 a { background-color: rgb(203,198,232); }

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

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

 span { border-color: rgb(203,198,232); }

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