#CBBCEA

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

Shades of Melrose #CBBCEA

Tints of Melrose #CBBCEA

Color information

#CBBCEA (or 0xCBBCEA) is unknown color: approx Melrose. HEX triplet: CB, BC and EA. RGB value is (203,188,234). Sum of RGB (Red+Green+Blue) = 203+188+234=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCEA is #344315. Grayscale: #C5C5C5. Windows color (decimal): -3425046 or 15383755. OLE color: 15383755.

HSL color Cylindrical-coordinate representation of color #CBBCEA: hue angle of 259.57º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBCEA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203188234-
CMYK0.130.2000.08
HSL259.57º52.27%82.75%-
HSV(B)259.57º19.66%91.76%-
XYZ57.4654.685.35-
YUV197.73148.47131.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=32.48%
G=30.08%
B=37.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031882340.130.2000.08259.5752.2782.75
HexCBBCEAD14081043453
Octal313274352152401040464123
Binary110010111011110011101010110110100010001000001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCEA; }

 p { color: rgb(203,188,234); }

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

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

 a { background-color: rgb(203,188,234); }

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

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

 span { border-color: rgb(203,188,234); }

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