#CDCBD6

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

Shades of Melrose #CDCBD6

Tints of Melrose #CDCBD6

Color information

#CDCBD6 (or 0xCDCBD6) is unknown color: approx Melrose. HEX triplet: CD, CB and D6. RGB value is (205,203,214). Sum of RGB (Red+Green+Blue) = 205+203+214=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBD6 is #323429. Grayscale: #CCCCCC. Windows color (decimal): -3290154 or 14076877. OLE color: 14076877.

HSL color Cylindrical-coordinate representation of color #CDCBD6: hue angle of 250.91º degrees, saturation: 0.12, 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 #CDCBD6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205203214-
CMYK0.040.0500.16
HSL250.91º11.83%81.76%-
HSV(B)250.91º5.14%83.92%-
XYZ58.6760.5572.21-
YUV204.85133.16128.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=32.96%
G=32.64%
B=34.41%

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
Decimal2052032140.040.0500.16250.9111.8381.76
HexCDCBD645010fbc52
Octal3153133264502037314122
Binary1100110111001011110101101001010100001111101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBD6; }

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

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

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

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

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

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

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

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