#CDCADE

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

Shades of Melrose #CDCADE

Tints of Melrose #CDCADE

Color information

#CDCADE (or 0xCDCADE) is unknown color: approx Melrose. HEX triplet: CD, CA and DE. RGB value is (205,202,222). Sum of RGB (Red+Green+Blue) = 205+202+222=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCADE is #323521. Grayscale: #CDCDCD. Windows color (decimal): -3290402 or 14600909. OLE color: 14600909.

HSL color Cylindrical-coordinate representation of color #CDCADE: hue angle of 249º degrees, saturation: 0.23, 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 #CDCADE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205202222-
CMYK0.080.0900.13
HSL249º23.26%83.14%-
HSV(B)249º9.01%87.06%-
XYZ59.4860.4977.65-
YUV205.18137.49127.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=32.59%
G=32.11%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052022220.080.0900.1324923.2683.14
HexCDCADE890Df91753
Octal315312336101101537127123
Binary110011011100101011011110100010010110111111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCADE; }

 p { color: rgb(205,202,222); }

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

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

 a { background-color: rgb(205,202,222); }

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

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

 span { border-color: rgb(205,202,222); }

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