#CDCADD

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

Shades of Melrose #CDCADD

Tints of Melrose #CDCADD

Color information

#CDCADD (or 0xCDCADD) is unknown color: approx Melrose. HEX triplet: CD, CA and DD. RGB value is (205,202,221). Sum of RGB (Red+Green+Blue) = 205+202+221=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCADD is #323522. Grayscale: #CCCCCC. Windows color (decimal): -3290403 or 14535373. OLE color: 14535373.

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

Color convert

RGB205202221-
CMYK0.070.0900.13
HSL249.47º21.84%82.94%-
HSV(B)249.47º8.6%86.67%-
XYZ59.3560.4476.94-
YUV205.06136.99127.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=32.64%
G=32.17%
B=35.19%

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
Decimal2052022210.070.0900.13249.4721.8482.94
HexCDCADD790Df91653
Octal31531233571101537126123
Binary11001101110010101101110111110010110111111001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCADD; }

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

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

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

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

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

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

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

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