#CECBDC

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

Shades of Melrose #CECBDC

Tints of Melrose #CECBDC

Color information

#CECBDC (or 0xCECBDC) is unknown color: approx Melrose. HEX triplet: CE, CB and DC. RGB value is (206,203,220). Sum of RGB (Red+Green+Blue) = 206+203+220=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #CECBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBDC is #313423. Grayscale: #CDCDCD. Windows color (decimal): -3224612 or 14470094. OLE color: 14470094.

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

Color convert

RGB206203220-
CMYK0.060.0800.14
HSL250.59º19.54%82.94%-
HSV(B)250.59º7.73%86.27%-
XYZ59.736176.34-
YUV205.84135.99128.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=32.75%
G=32.27%
B=34.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062032200.060.0800.14250.5919.5482.94
HexCECBDC680Efb1453
Octal31631333461001637324123
Binary11001110110010111101110011010000111011111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBDC; }

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

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

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

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

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

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

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

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