#CDCADB

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

Shades of Melrose #CDCADB

Tints of Melrose #CDCADB

Color information

#CDCADB (or 0xCDCADB) is unknown color: approx Melrose. HEX triplet: CD, CA and DB. RGB value is (205,202,219). Sum of RGB (Red+Green+Blue) = 205+202+219=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCADB is #323524. Grayscale: #CCCCCC. Windows color (decimal): -3290405 or 14404301. OLE color: 14404301.

HSL color Cylindrical-coordinate representation of color #CDCADB: hue angle of 250.59º degrees, saturation: 0.19, 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 #CDCADB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205202219-
CMYK0.060.0800.14
HSL250.59º19.1%82.55%-
HSV(B)250.59º7.76%85.88%-
XYZ59.0860.3375.55-
YUV204.84135.99128.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 219 (85.94% 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
Decimal2052022190.060.0800.14250.5919.182.55
HexCDCADB680Efb1353
Octal31531233361001637323123
Binary11001101110010101101101111010000111011111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCADB; }

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

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

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

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

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

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

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

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