#CBC0E9

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

Shades of Melrose #CBC0E9

Tints of Melrose #CBC0E9

Color information

#CBC0E9 (or 0xCBC0E9) is unknown color: approx Melrose. HEX triplet: CB, C0 and E9. RGB value is (203,192,233). Sum of RGB (Red+Green+Blue) = 203+192+233=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0E9 is #343F16. Grayscale: #C7C7C7. Windows color (decimal): -3424023 or 15319243. OLE color: 15319243.

HSL color Cylindrical-coordinate representation of color #CBC0E9: hue angle of 256.1º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC0E9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203192233-
CMYK0.130.1800.09
HSL256.1º48.24%83.33%-
HSV(B)256.1º17.6%91.37%-
XYZ58.1956.2884.89-
YUV199.96146.64130.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=32.32%
G=30.57%
B=37.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031922330.130.1800.09256.148.2483.33
HexCBC0E9D12091003053
Octal313300351152201140060123
Binary110010111100000011101001110110010010011000000001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0E9; }

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

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

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

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

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

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

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

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