#CECADD

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

Shades of Melrose #CECADD

Tints of Melrose #CECADD

Color information

#CECADD (or 0xCECADD) is unknown color: approx Melrose. HEX triplet: CE, CA and DD. RGB value is (206,202,221). Sum of RGB (Red+Green+Blue) = 206+202+221=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CECADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECADD is #313522. Grayscale: #CDCDCD. Windows color (decimal): -3224867 or 14535374. OLE color: 14535374.

HSL color Cylindrical-coordinate representation of color #CECADD: hue angle of 252.63º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECADD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206202221-
CMYK0.070.0900.13
HSL252.63º21.84%82.94%-
HSV(B)252.63º8.6%86.67%-
XYZ59.6360.5876.96-
YUV205.36136.83128.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=32.75%
G=32.11%
B=35.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062022210.070.0900.13252.6321.8482.94
HexCECADD790Dfd1653
Octal31631233571101537526123
Binary11001110110010101101110111110010110111111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECADD; }

 p { color: rgb(206,202,221); }

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

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

 a { background-color: rgb(206,202,221); }

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

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

 span { border-color: rgb(206,202,221); }

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