#CBC3E8

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

Shades of Melrose #CBC3E8

Tints of Melrose #CBC3E8

Color information

#CBC3E8 (or 0xCBC3E8) is unknown color: approx Melrose. HEX triplet: CB, C3 and E8. RGB value is (203,195,232). Sum of RGB (Red+Green+Blue) = 203+195+232=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBC3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3E8 is #343C17. Grayscale: #C9C9C9. Windows color (decimal): -3423256 or 15254475. OLE color: 15254475.

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

Color convert

RGB203195232-
CMYK0.120.1600.09
HSL252.97º44.58%83.73%-
HSV(B)252.97º15.95%90.98%-
XYZ58.7157.5584.36-
YUV201.61145.15128.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 195 (76.56% from 255) = 30.95%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=32.22%
G=30.95%
B=36.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031952320.120.1600.09252.9744.5883.73
HexCBC3E8C1009fd2d54
Octal313303350142001137555124
Binary11001011110000111110100011001000001001111111011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3E8; }

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

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

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

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

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

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

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

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