#CBBEEC

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

Shades of Melrose #CBBEEC

Tints of Melrose #CBBEEC

Color information

#CBBEEC (or 0xCBBEEC) is unknown color: approx Melrose. HEX triplet: CB, BE and EC. RGB value is (203,190,236). Sum of RGB (Red+Green+Blue) = 203+190+236=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEEC is #344113. Grayscale: #C6C6C6. Windows color (decimal): -3424532 or 15515339. OLE color: 15515339.

HSL color Cylindrical-coordinate representation of color #CBBEEC: hue angle of 256.96º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBBEEC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203190236-
CMYK0.140.1900.07
HSL256.96º54.76%83.53%-
HSV(B)256.96º19.49%92.55%-
XYZ58.1855.5887.02-
YUV199.13148.81130.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=32.27%
G=30.21%
B=37.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031902360.140.1900.07256.9654.7683.53
HexCBBEECE13071013754
Octal31327635416230740167124
Binary11001011101111101110110011101001101111000000011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEEC; }

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

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

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

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

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

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

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

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