#CBBEE7

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

Shades of Melrose #CBBEE7

Tints of Melrose #CBBEE7

Color information

#CBBEE7 (or 0xCBBEE7) is unknown color: approx Melrose. HEX triplet: CB, BE and E7. RGB value is (203,190,231). Sum of RGB (Red+Green+Blue) = 203+190+231=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEE7 is #344118. Grayscale: #C6C6C6. Windows color (decimal): -3424537 or 15187659. OLE color: 15187659.

HSL color Cylindrical-coordinate representation of color #CBBEE7: hue angle of 259.02º degrees, saturation: 0.46, 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 #CBBEE7 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203190231-
CMYK0.120.1800.09
HSL259.02º46.07%82.55%-
HSV(B)259.02º17.75%90.59%-
XYZ57.4755.2983.25-
YUV198.56146.31131.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=32.53%
G=30.45%
B=37.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031902310.120.1800.09259.0246.0782.55
HexCBBEE7C12091032e53
Octal313276347142201140356123
Binary110010111011111011100111110010010010011000000111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEE7; }

 p { color: rgb(203,190,231); }

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

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

 a { background-color: rgb(203,190,231); }

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

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

 span { border-color: rgb(203,190,231); }

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