#CBBEDC

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

Shades of Melrose #CBBEDC

Tints of Melrose #CBBEDC

Color information

#CBBEDC (or 0xCBBEDC) is unknown color: approx Melrose. HEX triplet: CB, BE and DC. RGB value is (203,190,220). Sum of RGB (Red+Green+Blue) = 203+190+220=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEDC is #344123. Grayscale: #C5C5C5. Windows color (decimal): -3424548 or 14466763. OLE color: 14466763.

HSL color Cylindrical-coordinate representation of color #CBBEDC: hue angle of 266º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBEDC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203190220-
CMYK0.080.1400.14
HSL266º30%80.39%-
HSV(B)266º13.64%86.27%-
XYZ55.9654.6975.32-
YUV197.31140.81132.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=33.12%
G=31.00%
B=35.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031902200.080.1400.142663080.39
HexCBBEDC8E0E10a1e50
Octal313276334101601641236120
Binary1100101110111110110111001000111001110100001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEDC; }

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

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

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

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

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

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

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

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