#CBC6E6

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

Shades of Melrose #CBC6E6

Tints of Melrose #CBC6E6

Color information

#CBC6E6 (or 0xCBC6E6) is unknown color: approx Melrose. HEX triplet: CB, C6 and E6. RGB value is (203,198,230). Sum of RGB (Red+Green+Blue) = 203+198+230=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBC6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6E6 is #343919. Grayscale: #CBCBCB. Windows color (decimal): -3422490 or 15124171. OLE color: 15124171.

HSL color Cylindrical-coordinate representation of color #CBC6E6: hue angle of 249.38º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC6E6 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203198230-
CMYK0.120.1400.10
HSL249.38º39.02%83.92%-
HSV(B)249.38º13.91%90.2%-
XYZ59.1158.883.1-
YUV203.14143.16127.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=32.17%
G=31.38%
B=36.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031982300.120.1400.10249.3839.0283.92
HexCBC6E6CE0Af92754
Octal313306346141601237147124
Binary1100101111000110111001101100111001010111110011001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6E6; }

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

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

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

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

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

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

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

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