#CECBDB

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

Shades of Melrose #CECBDB

Tints of Melrose #CECBDB

Color information

#CECBDB (or 0xCECBDB) is unknown color: approx Melrose. HEX triplet: CE, CB and DB. RGB value is (206,203,219). Sum of RGB (Red+Green+Blue) = 206+203+219=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #CECBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBDB is #313424. Grayscale: #CDCDCD. Windows color (decimal): -3224613 or 14404558. OLE color: 14404558.

HSL color Cylindrical-coordinate representation of color #CECBDB: hue angle of 251.25º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECBDB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206203219-
CMYK0.060.0700.14
HSL251.25º18.18%82.75%-
HSV(B)251.25º7.31%85.88%-
XYZ59.660.9575.64-
YUV205.72135.49128.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=32.80%
G=32.32%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062032190.060.0700.14251.2518.1882.75
HexCECBDB670Efb1253
Octal3163133336701637322123
Binary1100111011001011110110111101110111011111011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBDB; }

 p { color: rgb(206,203,219); }

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

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

 a { background-color: rgb(206,203,219); }

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

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

 span { border-color: rgb(206,203,219); }

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