#CDCBD5

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

Shades of Melrose #CDCBD5

Tints of Melrose #CDCBD5

Color information

#CDCBD5 (or 0xCDCBD5) is unknown color: approx Melrose. HEX triplet: CD, CB and D5. RGB value is (205,203,213). Sum of RGB (Red+Green+Blue) = 205+203+213=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBD5 is #32342A. Grayscale: #CCCCCC. Windows color (decimal): -3290155 or 14011341. OLE color: 14011341.

HSL color Cylindrical-coordinate representation of color #CDCBD5: hue angle of 252º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDCBD5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205203213-
CMYK0.040.0500.16
HSL252º10.64%81.57%-
HSV(B)252º4.69%83.53%-
XYZ58.5460.571.54-
YUV204.74132.66128.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=33.01%
G=32.69%
B=34.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052032130.040.0500.1625210.6481.57
HexCDCBD545010fcb52
Octal3153133254502037413122
Binary1100110111001011110101011001010100001111110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBD5; }

 p { color: rgb(205,203,213); }

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

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

 a { background-color: rgb(205,203,213); }

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

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

 span { border-color: rgb(205,203,213); }

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