#CECBD7

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

Shades of Melrose #CECBD7

Tints of Melrose #CECBD7

Color information

#CECBD7 (or 0xCECBD7) is unknown color: approx Melrose. HEX triplet: CE, CB and D7. RGB value is (206,203,215). Sum of RGB (Red+Green+Blue) = 206+203+215=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 215 - color contains mainly: blue. Hex color #CECBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBD7 is #313428. Grayscale: #CDCDCD. Windows color (decimal): -3224617 or 14142414. OLE color: 14142414.

HSL color Cylindrical-coordinate representation of color #CECBD7: hue angle of 255º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECBD7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206203215-
CMYK0.040.0600.16
HSL255º13.04%81.96%-
HSV(B)255º5.58%84.31%-
XYZ59.0860.7472.9-
YUV205.26133.49128.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=33.01%
G=32.53%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062032150.040.0600.1625513.0481.96
HexCECBD746010ffd52
Octal3163133274602037715122
Binary1100111011001011110101111001100100001111111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBD7; }

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

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

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

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

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

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

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

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