#CDCADF

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

Shades of Melrose #CDCADF

Tints of Melrose #CDCADF

Color information

#CDCADF (or 0xCDCADF) is unknown color: approx Melrose. HEX triplet: CD, CA and DF. RGB value is (205,202,223). Sum of RGB (Red+Green+Blue) = 205+202+223=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCADF is #323520. Grayscale: #CDCDCD. Windows color (decimal): -3290401 or 14666445. OLE color: 14666445.

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

Color convert

RGB205202223-
CMYK0.080.0900.13
HSL248.57º24.71%83.33%-
HSV(B)248.57º9.42%87.45%-
XYZ59.6260.5578.36-
YUV205.29137.99127.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=32.54%
G=32.06%
B=35.40%

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
Decimal2052022230.080.0900.13248.5724.7183.33
HexCDCADF890Df91953
Octal315312337101101537131123
Binary110011011100101011011111100010010110111111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCADF; }

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

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

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

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

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

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

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

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